Hi,
I just want to know how to transfer the time I get from a MySQL Timestamp to the Swatch Internet Time format.
I grab the time via the following code:
select date_format(datetime, '%d-%m-%Y - %T')
and with the "%T" I will get the time in hh mm ss format but how can I make it Swatch Internet Time?