Current Time
Output the current date and time for a given timezone.
Last updated
Was this helpful?
Output the current date and time for a given timezone.
Output the current date and time for a given timezone.
Provide one of the curated timezone options (for example America/New_York, Europe/Berlin, or UTC) and the block returns the current moment in that timezone. The block produces a timestamp (a timezone-aware datetime object you can pass to other blocks), along with ready-to-use iso_string, date, and time strings.
The timezone may be a literal value typed into the block, or a reference to a workflow input or another step's output.
Use the following identifier in step "type" field: roboflow_core/current_time@v1 to add the block as a step in your workflow.
Name
Type
Description
Refs
name
str
Enter a unique identifier for this step..
❌
timezone
str
Curated IANA timezone name to report the current time in..
✅
The Refs column marks possibility to parametrise the property with dynamic values available in workflow runtime. See Bindings for more info.
The available connections depend on its binding kinds. Check what binding kinds Current Time in version v1 has.
Last updated
Was this helpful?
Was this helpful?
{
"name": "<your_step_name_here>",
"type": "roboflow_core/current_time@v1",
"timezone": "UTC"
}