mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
set time_linux IS_SUPPORTED to true
This commit is contained in:
@@ -4,7 +4,7 @@ import "core:os";
|
|||||||
import "core:fmt";
|
import "core:fmt";
|
||||||
|
|
||||||
// NOTE(Jeroen): The times returned are in UTC
|
// NOTE(Jeroen): The times returned are in UTC
|
||||||
IS_SUPPORTED :: false;
|
IS_SUPPORTED :: true;
|
||||||
|
|
||||||
now :: proc() -> Time {
|
now :: proc() -> Time {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user