I'm wirting an app that will be sending emails from a server script (or so I plan).
I'm finding all of the fun issues about converting local dates on phones & desktops to UTC date in Javascript.
As I head into writing the server code to find the emails that need to be sent - I'm planning on using a field on my database that stores the UTC time of the email to be sent.
So - planning ahead - if I have a server script that runs say 1x per minute - and queries my db for emails that need to be sent - based on UTC timestamp - will the server respond with UTC times for which to query against?
Any advice on how I might write the server side code? Any examples that are public out on this forum that you are aware of?
thanks!
Bruce