DateTime
Current DateTime
Returns the current dateTime –> learn more
Return type
dateTime
Parameters
@time_zone
any of: ACDT
, ACST
, ACT
, ACT
, ACWST
, ADT
, AEDT
, AEST
, AFT
, AKDT
, AKST
, AMST
, AMT
, AMT
, ART
, AST
, AST
, AWST
, AZOST
, AZOT
, AZT
, BDT
, BIOT
, BIT
, BOT
, BRST
, BRT
, BST
, BST
, BST
, BTT
, CAT
, CCT
, CDT
, CDT
, CEST
, CET
, CHADT
, CHAST
, CHOT
, CHOST
, CHST
, CHUT
, CIST
, CIT
, CKT
, CLST
, CLT
, COST
, COT
, CST
, CST
, CST
, CT
, CVT
, CWST
, CXT
, DAVT
, DDUT
, DFT
, EASST
, EAST
, EAT
, ECT
, ECT
, EDT
, EEST
, EET
, EGST
, EGT
, EIT
, EST
, FET
, FJT
, FKST
, FKT
, FNT
, GALT
, GAMT
, GET
, GFT
, GILT
, GIT
, GMT
, GST
, GST
, GYT
, HDT
, HAEC
, HST
, HKT
, HMT
, HOVST
, HOVT
, ICT
, IDLW
, IDT
, IOT
, IRDT
, IRKT
, IRST
, IST
, IST
, IST
, JST
, KALT
, KGT
, KOST
, KRAT
, KST
, LHST
, LHST
, LINT
, MAGT
, MART
, MAWT
, MDT
, MET
, MEST
, MHT
, MIST
, MIT
, MMT
, MSK
, MST
, MST
, MUT
, MVT
, MYT
, NCT
, NDT
, NFT
, NPT
, NST
, NT
, NUT
, NZDT
, NZST
, OMST
, ORAT
, PDT
, PET
, PETT
, PGT
, PHOT
, PHT
, PKT
, PMDT
, PMST
, PONT
, PST
, PST
, PYST
, PYT
, RET
, ROTT
, SAKT
, SAMT
, SAST
, SBT
, SCT
, SDT
, SGT
, SLST
, SRET
, SRT
, SST
, SST
, SYOT
, TAHT
, THA
, TFT
, TJT
, TKT
, TLT
, TMT
, TRT
, TOT
, TVT
, ULAST
, ULAT
, UTC
, UYST
, UYT
, UZT
, VET
, VLAT
, VOLT
, VOST
, VUT
, WAKT
, WAST
, WAT
, WEST
, WET
, WIT
, WST
, YAKT
, YEKT
false
(UTC (default))
New DateTime
Constructs a dateTime from a year, month, day, hour, minute, and second –> learn more
Return type
dateTime
Parameters
DateTime add
Add a period of time to a dateTime –> learn more
Return type
dateTime
Parameters
DateTime diff
Calculate distance between two dateTimes –> learn more
Return type
integer
Parameters
DateTime subtract
Subtract a period of time from a dateTime –> learn more
Return type
dateTime
Parameters
DateTime truncate
Truncates a DateTime to the nearest boundary –> learn more
Return type
dateTime
Parameters
@dateTime_truncate_part
any of: hour
, minute
, second
, millisecond
, microsecond
, day
, month
, quarter
, year
, week(sunday)
, week(monday)
, week(tuesday)
, week(wednesday)
, week(thursday)
, week(friday)
, week(saturday)
, ISOquarter
, ISOyear
true
((e.g., minutes))
DateTime extract
Extracts the date or time part (e.g, hour) from a DateTime –> learn more
Return type
integer
Parameters
Format dateTime
Returns a formatted string from a dateTime –> learn more
Return type
string
Parameters
More details about format strings here
Parse dateTime
Parses a dateTime from a string –> learn more
Return type
dateTime
Parameters
More details about format strings here
Last updated