We need to add an additional column as part of the time_entry table. This column is going to save the timezone offset in minutes used during the time_entry creation.
For example:
-120 if GMT+2
300 if GMT-5
This column is going to store a numeric value, in the above-mentioned example: -120 or 300 respectively