(definition)
| 16697 | }); |
| 16698 | |
| 16699 | function defaultLocale(definition) { |
| 16700 | locale = formatLocale(definition); |
| 16701 | exports.timeFormat = locale.format; |
| 16702 | exports.timeParse = locale.parse; |
| 16703 | exports.utcFormat = locale.utcFormat; |
| 16704 | exports.utcParse = locale.utcParse; |
| 16705 | return locale; |
| 16706 | } |
| 16707 | |
| 16708 | var isoSpecifier = "%Y-%m-%dT%H:%M:%S.%LZ"; |
| 16709 |