- 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.
推薦閱讀
- OpenStack Cloud Computing Cookbook(Third Edition)
- Advanced Machine Learning with Python
- Java系統(tǒng)分析與架構(gòu)設(shè)計(jì)
- 大學(xué)計(jì)算機(jī)應(yīng)用基礎(chǔ)實(shí)踐教程
- Oracle BAM 11gR1 Handbook
- Hands-On Microservices with Kotlin
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Python數(shù)據(jù)結(jié)構(gòu)與算法(視頻教學(xué)版)
- 智能手機(jī)APP UI設(shè)計(jì)與應(yīng)用任務(wù)教程
- Hands-On GUI Programming with C++ and Qt5
- Troubleshooting Citrix XenApp?
- R語言數(shù)據(jù)挖掘:實(shí)用項(xiàng)目解析
- SSH框架企業(yè)級(jí)應(yīng)用實(shí)戰(zhàn)
- 人人都能開發(fā)RPA機(jī)器人:UiPath從入門到實(shí)戰(zhàn)
- C#程序開發(fā)參考手冊