I want to know how we can manage time zone related changes with Java and Databases. When there is a time change in a particular country (Daylight Saving Time or Some other reason Ex. Russia change time 1 hour backward ) how we can made that change without affecting the code.
"without affecting the code" means without changing the code. Just using some configurations.