Hello.
I am looking for a bit of help to do something that I feel is simple, but in trying to make it work I find I don't have anywhere near the level of brain capacity to complete.
In a nutshell - I want to display a picture for each minute of the day at the exact minute that is local to the user who is looking at it. So for example in the UK I'd want the picture for 11:34 displayed at 11:34 GMT. For someone in France, it would be 11:34 GMT+1. Etc.
In a larger nutshell - I have a 24 hour clock face that I want to show at an oblique angle, not directly overhead (so a simple rotating circle can't work). The only way my tiny mind can think to do this - show the current local time as it would look like on this clock face, is to use 1440 pictures and update them every minute.
What I can't work out is how to do this - find out the current time of the user, load the corresponding time image (so for 15:32 it would load 1532.jpg for example) on the website, and then continue through the images every minute. It has to be seamless as if it was a slowly moving video, so no loading and white refresh flashes etc. The pics would have to update instantly without visible glitches.
Can anyone help?
Thanks so much in advance
G