> > 1. Is there any way of knowing what kind of timezone a > datetime value > > should be in a FPC dataset? (I suppose not...) > > No, there is no way. It's always supposed to be 'local time'. >
That is also what most of the underlying databases do. They store everything in UTC and convert to local time. Only for those that support "timezoned" field types (fe. oracle timestamp_TZ) you can specify a timezone when entering data. MySQL fe. doesn't have support for this. Ludo _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal