Thanks ManoM
> Do a search on MS Access and UTC time, you'll probably find what you need.
Unfortunately that not the issue. The output format Google needs is
yyyy-mm-dd"T "hh:nn:ss\Z not UTC.
I can format inside access but when I use Response.Write
RS("timestamp") the format is dd-mm-yyyy hh:mm:ss (missing the T, the
Z and in the wrong order!).
I'm assuming the data is stored in the database as above and I have to
convert it serverside, but I don't know how.
Regards Paul