You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TEMPORARY: the Android client currently sends dates using Java's default Date#toString format
90
90
// instead of ISO-8601. This object and its use below should be deleted once the client is fixed
91
-
// to only ever send the ISO format used by SavedArticleDateSerializer above.
91
+
// to only ever send the ISO format used by SavedArticleDateSerializer above (Task ticket: https://app.asana.com/1/1210045093164357/project/1215309367148854/task/1216728547635263)
92
92
objectJavaDefaultDateFormat {
93
93
// matches java.util.Date#toString, e.g. "Fri Jan 01 00:00:01 GMT 2010" or "Fri Jan 01 08:00:01 GMT+08:00 2010"
0 commit comments