set time_linux IS_SUPPORTED to true

This commit is contained in:
Mikkel Hjortshoej
2018-12-08 21:12:01 +01:00
parent 03957cee64
commit 1a6b7f9945

View File

@@ -4,7 +4,7 @@ import "core:os";
import "core:fmt";
// NOTE(Jeroen): The times returned are in UTC
IS_SUPPORTED :: false;
IS_SUPPORTED :: true;
now :: proc() -> Time {