SCPTtimeZone

Overview:

Time zone descriptor..  Time zone of node (offset from GMT, start and end of DST) 

Default Value

SNVT_time_zone TimeZone;
TimeZone.second_time_offset = 0;
TimeZone.type_of_description = CAL_MEU;
TimeZone.hour_of_start_DST = 2;
TimeZone.minute_of_start_DST = 0;
TimeZone.second_of_start_DST = 0;
TimeZone.start_DST.M_start_DST.month_of_start_DST = 4;
TimeZone.start_DST.M_start_DST.week_of_start_DST = 1;
TimeZone.start_DST.M_start_DST.dateday_of_start_DST = 0;
TimeZone.hour_of_end_DST = 2;
TimeZone.minute_of_end_DST = 0;
TimeZone.second_of_end_DST = 0;
TimeZone.end_DST.M_end_DST.month_of_end_DST = 10;
TimeZone.end_DST.M_end_DST.week_of_end_DST = 5;
TimeZone.end_DST.M_end_DST.dateday_of_end_DST = 0;


Details:

Resource Set: Standard 00:00:00:00:00:00:00:00-0
Index: 154
Obsolete: no
Size: 15
Programmatic Name: SCPTtimeZone
Default: 0 CAL_MEU 2:0:0 4 1 DAY_SUN 2:0:0 10 5 DAY_SUN
Neuron C Type:
SNVT_time_zone
Formats:

SCPTtimeZone:  text( ("%d %m %d:%d:%d ",second_time_offset, type_of_description,hour_of_start_DST, minute_of_start_DST,second_of_start_DST),((type_of_description == 0) ?("%d %d:%d:%d %d" ,start_DST.G_day_of_start_DST,hour_of_end_DST,minute_of_end_DST,second_of_end_DST,end_DST.G_day_of_end_DST):((type_of_description == 1) ?("%d %d:%d:%d %d" ,start_DST.J_day_of_start_DST,hour_of_end_DST,minute_of_end_DST,second_of_end_DST,end_DST.J_day_of_end_DST):((type_of_description == 2) ?("%d %d %m %d:%d:%d %d %d %m",start_DST.M_start_DST.month_of_start_DST,start_DST.M_start_DST.week_of_start_DST,start_DST.M_start_DST.dateday_of_start_DST,hour_of_end_DST,minute_of_end_DST,second_of_end_DST,end_DST.M_end_DST.month_of_end_DST,end_DST.M_end_DST.week_of_end_DST,end_DST.M_end_DST.dateday_of_end_DST):("UNKNOWN")))))

SCPTtimeZone#LO:  text(("%d %m ", second_time_offset, type_of_description), time(hour_of_start_DST, minute_of_start_DST, second_of_start_DST), ((type_of_description == 0) ?((" %d " ,start_DST.G_day_of_start_DST), time(hour_of_end_DST, minute_of_end_DST, second_of_end_DST), (" %d", end_DST.G_day_of_end_DST)) :((type_of_description == 1) ?((" %d ", start_DST.J_day_of_start_DST), time(hour_of_end_DST, minute_of_end_DST, second_of_end_DST), (" %d", end_DST.J_day_of_end_DST)) :((type_of_description == 2) ?((" %d %d %m ", start_DST.M_start_DST.month_of_start_DST, start_DST.M_start_DST.week_of_start_DST, start_DST.M_start_DST.dateday_of_start_DST), time(hour_of_end_DST,minute_of_end_DST,second_of_end_DST), (" %d %d %m",end_DST.M_end_DST.month_of_end_DST, end_DST.M_end_DST.week_of_end_DST, end_DST.M_end_DST.dateday_of_end_DST)) :("UNKNOWN")))))