time-nuts@lists.febo.com

Discussion of precise time and frequency measurement

View all threads

Lady Heather BST command line question

MS
Mark Sims
Sun, Apr 1, 2018 5:50 AM

Try:
/b=1                      (sets European time change rule)
/tz=0GMT/BST    (sets time zone offset and names... and thats the number 0, not the letter O)

It should then automatically switch between the time and time zone names according to the rule.  For non-standard places, you can specify a custom rule.  Check the comments at the start of heather.cpp for details (search for "daylight")

Try: /b=1 (sets European time change rule) /tz=0GMT/BST (sets time zone offset and names... and thats the number 0, not the letter O) It should then automatically switch between the time and time zone names according to the rule. For non-standard places, you can specify a custom rule. Check the comments at the start of heather.cpp for details (search for "daylight")