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);
}
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);
}