mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
set time_linux IS_SUPPORTED to true
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user