Static methods

staticfromISO8601 (iso:String):Date

staticgetTimezoneOffset ():Int

Number of seconds from the current time zone to UTC.

Returns:

Int the num of seconds

staticmain ():Void

statictoISO8601 (d:Date):String

Get the ISO8601 of the date provided. ASSUMES UTC.

Parameters:

d
  • the date to get iso for

Returns:

String - the iso string

staticutcNow ():Date