Send feedback
See the supported connectors for Application Integration.
NOW_IN_MILLIS function
bookmark_border bookmark
Stay organized with collections
Save and categorize content based on your preferences.
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
Note: When you format dates using the java.time.format.DateTimeFormatter
class, ensure that you format the year in lowercase (yyyy
) instead of uppercase (YYYY
). The year in uppercase (YYYY
) represents the year of the current week, whereas in lowercase (yyyy
) represents the calendar year.
Supported data type
The NOW_IN_MILLIS
function supports the following data type:
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
Send feedback
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-02-26 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-26 UTC."],[],[]]