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: v2-0-RC1/doc/02FieldEncoding.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,10 +114,10 @@ See Common field schema attributes below.
114
114
| MultipleCharValue | Multi-value choice encoding |[Multi-value choice encoding](#multi-value-choice-encoding)| Multiple choice of a set of values |
115
115
| MultipleStringValue | Multi-value choice encoding. String choices must be mapped to int values. |[Multi-value choice encoding](#multi-value-choice-encoding)| Multiple choice of a set of values |
116
116
| MonthYear | MonthYear encoding |[MonthYear encoding](#monthyear-encoding)| A flexible date format that must include month and year at least, but may also include day or week. |
117
-
| UTCTimestamp | Date and time encoding |[Date and time encoding](#time-and-date-encoding)| Time/date combination represented in UTC (Universal Time Coordinated, also known as "GMT") |
118
-
| UTCTimeOnly | Date and time encoding |[Date and time encoding](#time-and-date-encoding)| Time-only represented in UTC (Universal Time Coordinated, also known as "GMT") |
119
-
| UTCDateOnly | Date and time encoding |[Date and time encoding](#time-and-date-encoding)| Date represented in UTC (Universal Time Coordinated, also known as "GMT") |
120
-
| LocalMktDate | Local date encoding |[Date and time encoding](#time-and-date-encoding)| Local date (as oppose to UTC) |
117
+
| UTCTimestamp | Date and time encoding |[Date and time encoding](#date-and-time-encoding)| Time/date combination represented in UTC (Universal Time Coordinated, also known as "GMT") |
118
+
| UTCTimeOnly | Date and time encoding |[Date and time encoding](#date-and-time-encoding)| Time-only represented in UTC (Universal Time Coordinated, also known as "GMT") |
119
+
| UTCDateOnly | Date and time encoding |[Date and time encoding](#date-and-time-encoding)| Date represented in UTC (Universal Time Coordinated, also known as "GMT") |
120
+
| LocalMktDate | Local date encoding |[Date and time encoding](#date-and-time-encoding)| Local date (as oppose to UTC) |
121
121
| TZTimeOnly | TZTimeOnly |[TZTimeOnly encoding](#tztimeonly-encoding)| Time of day |
122
122
| TZTimestamp | TZTimestamp |[TZTimestamp encoding](#tztimestamp-encoding)| Time/date combination representing local time with an offset to UTC to allow identification of local time and timezone offset of that time. The representation is based on ISO 8601:2004 |
0 commit comments