4 Quick Functions for Time Added to Pabbly Connect.
- {{pc_utc_human_now}}
This function will output the current time in the UTC Time Zone.
Example: 09/08/2021 03:29AM
- {{pc_local_human_now}}
This function will output the current time in your local time zone. The local time zone needs to be set up in your Account Settings.
Example: 09/08/2021 08:59AM
- {{pc_utc_timestamp_now}}
This function will output the current time in the UTC Time Zone.
Example: 1631071769
- {{pc_local_timestamp_now}}
This function will output the current time in your local time zone. The local time zone needs to be set up in your Account Settings.
Example: 1631091582
For Example:
Usage of the function in the API by Pabbly Action Module. The same quick function will work in any action module.
Sample Output:
To set up the timezone in your account. Refer to the screenshot below.
Workflow Example -
Last edited by a moderator: