Bug 202700

Summary: timezone Europe/London is weird
Product: Base System Reporter: ben
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed Not A Bug    
Severity: Affects Many People CC: jilles
Priority: ---    
Version: 10.1-RELEASE   
Hardware: Any   
OS: Any   

Description ben 2015-08-27 21:36:59 UTC
% TZ=Europe/London date -r 0               
Thu Jan  1 01:00:00 BST 1970

Clearly, BST is not the correct timezone. However:

% TZ=GMT0BST date -r 0      
Thu Jan  1 00:00:00 GMT 1970

And also surprisingly:

% TZ=Europe/Paris date -r 0 
Thu Jan  1 01:00:00 CET 1970

Which is correct.
Comment 1 Jilles Tjoelker freebsd_committer freebsd_triage 2015-09-02 22:05:15 UTC
This appears to be an upstream (tzdata) issue. Please ask there.

If the issue is FreeBSD-specific anyway or tzcode updates are needed, please reopen this bug.