matthewblain
matthewblain
Is this a timezone issue, a server issue, or a parsing issue?
I guess I think it should just be defined what it is. It's a time_t variant--are they all actual times, or midnight in some timezone, I looked at a sample...
As a concrete example, for Nigeria, on the WHO dashboard web site, it shows 1145 new cases for Dec 18. This matches with data for timestamp 1608249600000. Which is Dec...
I just tested, and this is not the correct solution. It is a timezone issue. Try this: Set the timezone on your device to, say, America/Los Angeles (currently UTC-8). It...
Yes, it's quite possible using the isUtc argument on the constructor will do the trick: DateTime.fromMillisecondsSinceEpoch( int millisecondsSinceEpoch, {bool isUtc: false} )
See comments. Note: I have not tried to actually deploy! Note2: If the request to getcasestats is not valid json, the function returns immediately... but (at least the emulator) keeps...
Can you verify that the putClientSettings is being called correctly from iOS? Should be platform-indepdendent, but I did not have a way to test it there.
@advayDev1 can you comment on this doc: https://docs.google.com/document/d/1Itu46Qz43EVw2vasY0YvYDWydAlUyqMAEUgtRcROTGA/edit
I'm not sure that is the case; note that you cannot change between modes. The system is currently using Firestore in Datastore mode, and is entirely accessed 'server' side. https://cloud.google.com/datastore/docs/firestore-or-datastore
This should be easy to implement by: 1: On every request, enqueue a Task Queue entry (targeting the same URL that the cron job uses), using a named task where...