Utilities / Date and Time
Number of APIs: 12
-
Timestamp validity GET https://postman-echo.com/time/valid?timestamp=2016-10-10
-
Format timestamp GET https://postman-echo.com/time/format?timestamp=2016-10-10&format=mm
-
Extract timestamp unit GET https://postman-echo.com/time/unit?timestamp=2016-10-10&unit=day
-
Time addition GET https://postman-echo.com/time/add?timestamp=2016-10-10&years=100
-
Time subtraction GET https://postman-echo.com/time/subtract?timestamp=2016-10-10&years=50
-
Start of time GET https://postman-echo.com/time/start?timestamp=2016-10-10&unit=month
-
Leap year check GET https://postman-echo.com/time/leap?timestamp=2016-10-10
-
Before comparisons GET https://postman-echo.com/time/before?timestamp=2016-10-10&target=2017-10-10
-
Between timestamps GET https://postman-echo.com/time/between?timestamp=2016-10-10&start=2017-10-10&end=2019-10-10