- Building Microservices with Go
- Nic Jackson
- 63字
- 2021-07-15 17:28:16
Intervals
Again part of the ISO 8601 specification is if you need to receive or send an interval you can use the following format:
- Start and end, such as 2007-03-01T13:00:00Z/2008-05-11T15:30:00Z
- Start and duration, such as 2007-03-01T13:00:00Z/P1Y2M10DT2H30M
- Duration and end, such as P1Y2M10DT2H30M/2008-05-11T15:30:00Z
- Duration only, such as P1Y2M10DT2H30M, with additional context information
Find more information on JSON serialization of dates and times at https://github.com/Microsoft/api-guidelines/blob/master/Guidelines.md#113-json-serialization-of-dates-and-times.
推薦閱讀
- Learning Java Functional Programming
- DBA攻堅指南:左手Oracle,右手MySQL
- VMware View Security Essentials
- Python量化投資指南:基礎、數據與實戰
- YARN Essentials
- Learning Probabilistic Graphical Models in R
- PHP從入門到精通(第4版)(軟件開發視頻大講堂)
- Citrix XenServer企業運維實戰
- Web性能實戰
- 案例式C語言程序設計實驗指導
- Hands-On Kubernetes on Windows
- Visual FoxPro 6.0程序設計
- Flink技術內幕:架構設計與實現原理
- Clojure Polymorphism
- 現代CPU性能分析與優化