mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-26 07:22:21 +00:00
Doesn't do much, yet, because we can't get the timezone with a plain binding, but it's at least something.
11 lines
174 B
TypeScript
11 lines
174 B
TypeScript
export declare function UTC(
|
|
year: i32,
|
|
month: i32,
|
|
day: i32,
|
|
hour: i32,
|
|
minute: i32,
|
|
second: i32,
|
|
millisecond: i32
|
|
): f64;
|
|
export declare function now(): f64;
|