Manuals/calci/MOMENT
MOMENT()
Description
- This function shows the current date and time.
- MOMENT is used to display the present date and time in Greenwich mean time which is called GMT time.
- UK time is GMT only during the winter months.
Examples
- MOMENT() = "2018-05-24T18:54:09.484Z"
- MOMENT().subtract(23,"days") = "2018-05-01T18:54:54.421Z"
- MOMENT().subtract(INTERVAL(24,"days")) = "2018-04-30T18:55:33.409Z"