Skip to content

Commit ef3eb72

Browse files
committed
1 parent 80d346c commit ef3eb72

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

v2-0-RC1/doc/02FieldEncoding.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ See Common field schema attributes below.
114114
| MultipleCharValue | Multi-value choice encoding | [Multi-value choice encoding](#multi-value-choice-encoding) | Multiple choice of a set of values |
115115
| 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 |
116116
| 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) |
121121
| TZTimeOnly | TZTimeOnly | [TZTimeOnly encoding](#tztimeonly-encoding) | Time of day |
122122
| 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 |
123123

0 commit comments

Comments
 (0)