nachiketh wrote:
- Is there a way to make my rPi sync the timezone information as well along with the time. currently its only syncing the time but the timezone is still the same
NTP just works with times in UTC, timezone is a feature of the system and may even be different for different users on a system. In Raspbian you should be able to change the system timezone with raspi-config.
There is a train of thought that says systems should always run in UTC with timezones only set for users that need a timezone set. That's more useful for servers where you might need to match logs up between systems (and maybe between organisations), it's much easier when all logs work in the same timezone and most people can convert between UTC and local time much more easily than between two different timezones.