NOW_IN_MILLIS function

NOW_IN_MILLIS function

Function Name Description Usage Input parameter Return value
NOW_IN_MILLIS Returns the current Unix epoch time of the integration in milliseconds. NOW_IN_MILLIS() N/A Unix epoch time in milliseconds

Supported data type

The NOW_IN_MILLIS function supports the following data type:

  • Integer

Example: Get the current Unix epoch time in milliseconds and convert it to human-readable format.

Usage: NOW_IN_MILLIS().EPOCH_TO_HUMAN_READABLE_TIME("d MMM yyyy HH:mm:ss:SSS z","GMT")

Returns Unix epoch 1657783580839 and converts it to human-readable format.

Output: 14 Jul 2022 07:26:20:839 GMT

Recommendation

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年12月09日 UTC.