zone.km 143 B

12345678
  1. type Zone native; // *time.Location
  2. export const UTC: Zone :=
  3. native 'Time::UTC';
  4. export const Local: Zone :=
  5. native 'Time::Local';