For platform ManualTrigger Automate, this workflow allows users to manually trigger an automated process that retrieves the current local date and time, formatted for easy readability. It provides essential time details, including year, month, day, hour, minute, second, and millisecond, helping users efficiently manage time-sensitive tasks.
This workflow addresses the challenge of obtaining the current local datetime in a specific timezone. It provides an automated solution to retrieve essential date and time information without manual input, ensuring accuracy and saving time.
YYYY-MM-DD HH:mm:ss.SSS Z
)$env['GENERIC_TIMEZONE']
to fit their needs.date.format()
method to any valid moment.js format string.