Android Convert Central Time to Local Time
Posted
by chedstone
on Stack Overflow
See other posts from Stack Overflow
or by chedstone
Published on 2010-03-09T09:00:47Z
Indexed on
2010/03/09
9:06 UTC
Read the original article
Hit count: 149
I have a MySql database that stores a timestamp for each record I insert. I pull that timestamp into my Android application as a string. My database is located on a server that has a TimeZone of CST. I want to convert that CST timestamp to the Android device's local time.
Can someone help with this?
© Stack Overflow or respective owner