Current Date
The Current Date component lets you display the exact date and time for any timezone you pick. It’s handy for dashboards that need to show local time for users in different regions or for logging events in a specific time zone.
How it Works
When you drop this component into your workflow, it asks you to choose a timezone from a list (like UTC, US/Eastern, Europe/London, etc.). Once you pick one, the component grabs the current system time, converts it to the selected timezone, and formats it as a readable string such as “2025‑10‑07 14:23:45 UTC”. The result is returned as a Message that can be shown in a text box, sent to another component, or logged.
Inputs
- Timezone: Select the timezone for the current date and time.
Outputs
- Current Date: A Message containing a text string that says “Current date and time in [Timezone]: [formatted date]”. This output can be used to display the time, feed into other components, or trigger actions based on the current time.
Usage Example
- Drag the Current Date component onto your canvas.
- In the Timezone field, pick Europe/London.
- Connect the Current Date output to a Display Text component.
- Run the workflow. The display will show something like:
Current date and time in Europe/London: 2025-10-07 15:23:45 GMT
This simple setup lets you keep your dashboard up‑to‑date with the correct local time for any region.
Related Components
- Date Formatter – Reformat a date string into different styles.
- Time Zone Converter – Convert a given datetime from one timezone to another.
- Countdown Timer – Create a live countdown to a future date and time.
Tips and Best Practices
- Use UTC if you want a consistent reference point across all users.
- Double‑check the timezone list to ensure you pick the correct one for your audience.
- Combine this component with a Display Text or Alert component to show the time in real time or trigger actions at specific moments.
Security Considerations
This component only uses local system time and does not connect to external services, so there are no special security risks.