| Defines the timezone the database server is located. Don't use it for local databases, it makes little sense. The values are defined here: https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11 in the column Timezone. If a user is in the same timezone than the server. CreateDateTime and ChangeDateTime are not changed. If the user is in a different timezone, the db entry gets the DateTime of the server, when writing. when reading the DateTime is converted to the local time of the user. Example: Server Germany User Israel: Time in Germany 13:00 time in Israel 14:00 (without timezone) User creates DB_Entry. The CreateDate is set to 14:00. (with timezone). The Db-entry is craeted for 13:00, but the user in Israel sees still 14:00. |