Skip to content

Commit

Permalink
Add more explain to the timezone argument in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
titaneric committed Jan 6, 2025
1 parent 06b1bd8 commit c32e520
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/cue/reference/remap/functions/parse_timestamp.cue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ remap: functions: parse_timestamp: {
},
{
name: "timezone"
description: "The [TZ database](\(urls.tz_time_zones)) format."
description: """
The [TZ database](\(urls.tz_time_zones)) format. By default, this function parses the timestamp by global [`timezone` option](\(urls.vector_configuration)/global-options#timezone).
This argument overwrites the setting and it's useful for parsing those timestamp without timezone specified such as `16/10/2019 12:00:00`.
"""
required: false
type: ["string"]
},
Expand Down

0 comments on commit c32e520

Please sign in to comment.