Timezone.hx 157 B

1234567
  1. package python.lib.datetime;
  2. @:pythonImport("datetime", "timezone")
  3. extern class Timezone extends Tzinfo {
  4. public static var utc(default, never):Tzinfo;
  5. }