Showing posts with label TimeZone. Show all posts
Showing posts with label TimeZone. Show all posts

How to get all Java TimeZone ID's

When we need to set different TimeZone ids in java we need to know the exact ID's of various TimeZones present in Java. Now lets list down all TimeZone ID's present in Java with...

How to convert DateTime to different Timezone's

Convert the given date, time to a different timezone along with 12-hour clock format. Lets see simple java example to convert the given string to Date and with local/Default(IST) time to 2 different timezone...