-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
I came up with an interesting problem here
Compass/compass/app/Http/Controllers/Api.php
Line 137 in c17f7b2
if($input=$request->input('before')) { |
I'm storing in the database using no timezone offset. So just Z. But, if I send in an API query with an offset in the timezone, it responds, Exception in Shard.php line 199:
It should respond with a proper API error instead of a "Whoops, looks like something went wrong." message.
Not sure if you have any thoughts on the practical problem I have here. The app I used to send the data didn't have the option to send timestamp with offset so I didn't. I usually figure it out later for display purposes.
Metadata
Metadata
Assignees
Labels
No labels