question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Request for UNIX time & request fix date format in Core parts

See original GitHub issue

I’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:closed
  • Created 5 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jeroenboumanscommented, Jul 5, 2018

Thanks Jake! 😃 👍

0reactions
jakewmeyercommented, Jul 4, 2018

Unix times added to cores and capsules 👍

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found