[BUG]: Dispatches have incorrect publishing date #78
Labels
bug
Something isn't working
duplicate
This issue or pull request already exists
good first issue
Good for newcomers
mapping
This issue or it's solution is related to how information is mapped
PR ready
This issue is approved and ready to be worked on.
Milestone
Link to faulty endpoint
https://helldivers-2-dotnet.fly.dev/api/v1/dispatches
The name of your client/application
curl / browser
Request information
Steps to reproduce
Make a get request to "https://helldivers-2-dotnet.fly.dev/api/v1/dispatches"
What is expected?
published fields in dispatches endpoint reflect the date the dispatch occurred.
What is actually happening?
When making a GET request to "https://helldivers-2-dotnet.fly.dev/api/v1/dispatches" the published fields timestamp seem to be around 18 days behind the actually value. For example the dispatch that was posted today on 4/18/2024 has the value {"published": "2024-03-31T22:49:13Z"} when it should have a value close to "2024-04-18T05:20:03Z".
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: