File: time_zone_information.srs
Size: 274
Date: Mon, 07 Apr 2008 21:32:39 +0200
$PBExportHeader$time_zone_information.srs
global type TIME_ZONE_INFORMATION from structure
   long     Bias
   character      StandardName[64]
   systemtime     StandardDate
   long     StandardBias
   character      DaylightName[64]
   systemtime     DaylightDate
   long     DaylightBias
end type

  • structure TIME_ZONE_INFORMATION(srs)