Replies: 1 comment
-
|
Hmm, we'll have to look into this. PR welcome :)
Created at is set by the client. Updated at is set by the server. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Due to a bug in my client (AlephNote) I managed to create tags with the creation_date
1-01-01T00:00:00.00000000Z, when I then try to open the account in the web app I get a js exception and the sync process does not finish.While this is definitely a bug in my program (or is it?) it would be nice if the
dateToLocalizedStringcould be adjusted to not crash on weird values.The sync data
The Data I send (everything is on a newly created test account):
The data I receive:
(updated_at gets set from the server, but created_at not?)
The js exception (developer console)
Steps to reproduce
Also I'm kinda sure that the creation-date of items was previously not supplied by the client but automatically set from the server (thats why I could always just send DateTimeOffset.Min) - Did the API behaviour change or is this a bug I should report elsewhere?
Regards
~Mike
Beta Was this translation helpful? Give feedback.
All reactions