Please try the following test:
* configure the FP module : UTC+1 (Paris/madrid) (= Norway UTC+1)
* check the daylight box
* use the VI in the first message for making test (RT Set Date and Time)
TEST 1)
=======
set date to 01/27/2007
set
Local Time to 16:00:00
you will get
Get Date Time in seconds
1) directly displayed : 15:00:00
2) displayed after "Format Date/time" with UTC flag=T : 15:00:00
3) displayed after "Format Date/time" with UTC flag=F : 16:00:00
It's correct because items 1 and 3 are same
TEST 2)
=======
set date to 03/27/2007
set
Local Time to 16:00:00
you will get
Get Date Time in seconds
1) directly displayed : 17:00:00
2) displayed after "Format Date/time" with UTC flag=T : 15:00:00
3) displayed after "Format Date/time" with UTC flag=F : 16:00:00
It's not correct because I expected that item 3 was equal to item 1.
What is wrong in my configuration ?.
What is the good way to get the actual time into a string ?.
Thank you for your help