# Copyright (c) 2023 Yuki Kimoto
# MIT License
class Time {
use Time::Info;
use Fn;
use Array;
native static method time : long ();
native static method localtime : Time::Info ($time : long);
native static method gmtime : Time::Info ($time : long);
}