We have a lot of tables and a couple of those tables are COmpany, Users.(Users are connected to company tables). Now we want to display the time correctly. Since ours is an international application, we need to display the time according to the timezone. So is it a good design practise to add a timezone column(with the literal value of timezone like GMT - 5, etc) to the 'Company' table or is it a good practise to create a new table TimeZone and link the entries in the Company table to the TimeZone table?
ANy respsonses are appreciated.
ANy respsonses are appreciated.