Request for UNIX time & request fix date format in Core parts
See original GitHub issueI’ve noticed that on of the cores has a wrong date format:
When running this endpoint: GET https://api.spacexdata.com/v2/parts/cores?status=active
the original launch date-format differs.
Also, could a *_date_unix
time-format be added to other date related models as well, including the cores
?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
How to get the unix timestamp in C# - Stack Overflow
To get the timestamp from a DateTime : DateTime foo = DateTime.Now; long unixTime = ((DateTimeOffset)foo).ToUnixTimeSeconds();.
Read more >Core FQL concepts, part 1: Working with dates and times
Welcome! This is the first article in a new series exploring some core concepts of FQL, the native query language of Fauna.
Read more >RT::Date - RT 4.2.12 Documentation - Best Practical Solutions
Takes either an RT::Date object or the date in unixtime format as a string, if nothing is specified uses the current time.
Read more >Date, Time, and Time Zone Enhancements in .NET 6 - .NET Blog
NET 6 Preview 4 introduces DateOnly and TimeOnly structs and improves time zone support.
Read more >Dates And Times in a Razor Pages Form
When working with dates and times in a Razor Pages form, you need to render a suitable control based in the task requirement....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks Jake! 😃 👍
Unix times added to cores and capsules 👍