- 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:基于Python的OpenStack組件開發
- Vue.js 3.0源碼解析(微課視頻版)
- Visual C++串口通信技術詳解(第2版)
- 深入淺出DPDK
- Java加密與解密的藝術
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- 教孩子學編程:C++入門圖解
- KnockoutJS Starter
- Visual Basic程序設計
- Visual Basic程序設計上機實驗教程
- 持續輕量級Java EE開發:編寫可測試的代碼
- 輕松上手2D游戲開發:Unity入門
- C# Multithreaded and Parallel Programming
- GameMaker Essentials
- SQL Server 2016 從入門到實戰(視頻教學版)