How do you handle Timezone info for Datetime and DST.
I was thinking of putting everything into the database as utc(gmt) and adjusting it on the local machine. but 2 machines in two different timezones will give me two differnent numbers. (i think).
Do i store timezone info in the database too in a seperate field?
John