https://github.com/datainq/xml-date-time
Simple implementation of xml dateTime format for use with 'encoding/xml'.
https://github.com/datainq/xml-date-time
datetime go xml
Last synced: 7 months ago
JSON representation
Simple implementation of xml dateTime format for use with 'encoding/xml'.
- Host: GitHub
- URL: https://github.com/datainq/xml-date-time
- Owner: datainq
- License: mit
- Created: 2017-08-20T20:29:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-20T21:47:52.000Z (over 8 years ago)
- Last Synced: 2025-05-03T17:44:00.299Z (9 months ago)
- Topics: datetime, go, xml
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xmldatetime - xml compatible dateTime
Simple implementation of xml dateTime format for use with build-in `encoding/xml`.
It conforms the XML spec: https://www.w3.org/TR/xmlschema-2/#dateTime
Install:
```
go get github.com/datainq/xml-date-time
```