From 7863e4caa1d07aef348a437fe0a662db68fd7ac3 Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 21 May 2022 11:55:08 +0200 Subject: Added naive Timeline --- Killmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Killmail.h') diff --git a/Killmail.h b/Killmail.h index 047eb68..59e2c54 100644 --- a/Killmail.h +++ b/Killmail.h @@ -12,5 +12,5 @@ struct Killmail long int ship; LongVector3 position; Owner owner; - std::tm time; + std::time_t time; }; -- cgit v1.1