Page MenuHomePhorge

Fixed the datetime format for MeetingRequests
ClosedPublic

Authored by mollekopf on Aug 14 2023, 5:15 PM.
Tags
None
Referenced Files
F12222342: D4511.id.diff
Fri, May 17, 9:44 PM
Unknown Object (File)
Fri, May 17, 6:31 AM
Unknown Object (File)
Sun, May 12, 11:45 PM
Unknown Object (File)
Thu, May 9, 1:26 AM
Unknown Object (File)
Wed, May 8, 3:44 PM
Unknown Object (File)
Sat, May 4, 11:23 PM
Unknown Object (File)
Apr 17 2024, 10:52 AM
Unknown Object (File)
Apr 17 2024, 10:52 AM
Subscribers
None

Details

Summary

It's supposed to be like this:

<StartTime>2023-08-15T11:00:00.000Z</StartTime>

Diff Detail

Repository
rS syncroton
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mollekopf created this revision.

Tested with android, where it now displays the correct time. I'm relatively sure we could remove the globalid shenanigans again, but who knows for sure.

globalObjId is a required element, so we should not remove it.

This revision is now accepted and ready to land.Aug 14 2023, 6:33 PM

globalObjId is a required element, so we should not remove it.

I don't mean the globalObjId itself, just that we encode the year/month/date/now is probably useless as it seems to be treated as an opaque blob (which would make sense). Maybe these values are just in there as an ad-hoc uuid mechanism that is supposed to guarantee uniqueness.. in any case, I'll leave it for the time being.

This revision was automatically updated to reflect the committed changes.