mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
add clarifying example and text for date/time offsets
This commit is contained in:
parent
71389bd423
commit
354543c97d
@ -102,9 +102,10 @@ boolMustBeLowercase = true
|
||||
# Datetime #
|
||||
############
|
||||
|
||||
date1 = 1979-05-27T07:32:00Z # follows the RFC 3339 spec
|
||||
date2 = 1979-05-27T07:32:00 # without offset
|
||||
date3 = 1979-05-27 # without offset nor time
|
||||
date1 = 1979-05-27T07:32:00Z # UTC time, following RFC 3339/ISO 8601 spec
|
||||
date2 = 1979-05-26T15:32:00+08:00 # with RFC 3339/ISO 8601 offset
|
||||
date3 = 1979-05-27T07:32:00 # without offset
|
||||
date4 = 1979-05-27 # without offset or time
|
||||
|
||||
####################
|
||||
# COLLECTION TYPES #
|
||||
|
Loading…
Reference in New Issue
Block a user