add timezone support (#1389)
This commit is contained in:
@@ -51,7 +51,7 @@ Select History:
|
||||
{{ select_history }}
|
||||
```
|
||||
{% endif %}
|
||||
Current datetime in UTC, YYYY-MM-DD HH:MM format:
|
||||
Current datetime, ISO format:
|
||||
```
|
||||
{{ utc_datetime }}
|
||||
{{ local_datetime }}
|
||||
```
|
||||
@@ -49,7 +49,7 @@ User details:
|
||||
{{ navigation_payload_str }}
|
||||
```
|
||||
|
||||
Current datetime in UTC, YYYY-MM-DD HH:MM format:
|
||||
Current datetime, ISO format:
|
||||
```
|
||||
{{ utc_datetime }}
|
||||
{{ local_datetime }}
|
||||
```
|
||||
|
||||
@@ -73,7 +73,7 @@ User details:
|
||||
Action results from previous steps: (note: even if the action history suggests goal is achieved, check the screenshot and the DOM elements to make sure the goal is achieved)
|
||||
{{ action_history }}
|
||||
{% endif %}
|
||||
Current datetime in UTC, YYYY-MM-DD HH:MM format:
|
||||
Current datetime, ISO format:
|
||||
```
|
||||
{{ utc_datetime }}
|
||||
{{ local_datetime }}
|
||||
```
|
||||
|
||||
@@ -26,7 +26,7 @@ Text extracted from the webpage: {{ extracted_text }}
|
||||
|
||||
User Navigation Payload: {{ navigation_payload }}
|
||||
|
||||
Current datetime in UTC, YYYY-MM-DD HH:MM format:
|
||||
Current datetime, ISO format:
|
||||
```
|
||||
{{ utc_datetime }}
|
||||
{{ local_datetime }}
|
||||
```
|
||||
@@ -35,7 +35,7 @@ User details:
|
||||
{{ navigation_payload_str }}
|
||||
```
|
||||
|
||||
Current datetime in UTC, YYYY-MM-DD HH:MM format:
|
||||
Current datetime, ISO format:
|
||||
```
|
||||
{{ utc_datetime }}
|
||||
{{ local_datetime }}
|
||||
```
|
||||
|
||||
@@ -37,7 +37,7 @@ User details:
|
||||
{{ navigation_payload_str }}
|
||||
```
|
||||
|
||||
Current datetime in UTC, YYYY-MM-DD HH:MM format:
|
||||
Current datetime, ISO format:
|
||||
```
|
||||
{{ utc_datetime }}
|
||||
{{ local_datetime }}
|
||||
```
|
||||
|
||||
@@ -39,7 +39,7 @@ User details:
|
||||
{{ navigation_payload_str }}
|
||||
```
|
||||
|
||||
Current datetime in UTC, YYYY-MM-DD HH:MM format:
|
||||
Current datetime, ISO format:
|
||||
```
|
||||
{{ utc_datetime }}
|
||||
{{ local_datetime }}
|
||||
```
|
||||
|
||||
@@ -35,7 +35,7 @@ User details:
|
||||
{{ navigation_payload_str }}
|
||||
```
|
||||
|
||||
Current datetime in UTC, YYYY-MM-DD HH:MM format:
|
||||
Current datetime, ISO format:
|
||||
```
|
||||
{{ utc_datetime }}
|
||||
{{ local_datetime }}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user