You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: site/docs/transform/timeunit.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ To parse data in local time or UTC time, there are three cases:
120
120
121
121
### Output
122
122
123
-
By default, Vega-Lite will output data in local time (even when input is parsed as UTC time). To output data in UTC time, we need to specify either a UTC time unit or scale:
123
+
By default, Vega-Lite will output data in local time (even when input is parsed as UTC time). To output data in UTC time, we can specify either a UTC time unit or scale:
124
124
125
125
1. UTC time unit when input data is in local time.
126
126
@@ -129,5 +129,3 @@ By default, Vega-Lite will output data in local time (even when input is parsed
129
129
2. UTC scale type when you have input data in UTC time.
0 commit comments