mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-26 08:44:47 +03:00
Merge pull request #3095 from emilyaviva/master
[toml/en] add clarifying example and text for date/time offsets
This commit is contained in:
commit
2b19ea7aee
@ -102,9 +102,10 @@ boolMustBeLowercase = true
|
|||||||
# Datetime #
|
# Datetime #
|
||||||
############
|
############
|
||||||
|
|
||||||
date1 = 1979-05-27T07:32:00Z # follows the RFC 3339 spec
|
date1 = 1979-05-27T07:32:00Z # UTC time, following RFC 3339/ISO 8601 spec
|
||||||
date2 = 1979-05-27T07:32:00 # without offset
|
date2 = 1979-05-26T15:32:00+08:00 # with RFC 3339/ISO 8601 offset
|
||||||
date3 = 1979-05-27 # without offset nor time
|
date3 = 1979-05-27T07:32:00 # without offset
|
||||||
|
date4 = 1979-05-27 # without offset or time
|
||||||
|
|
||||||
####################
|
####################
|
||||||
# COLLECTION TYPES #
|
# COLLECTION TYPES #
|
||||||
|
Loading…
Reference in New Issue
Block a user