Project

General

Profile

Feature #17544

Updated by nobu (Nobuyoshi Nakada) about 3 years ago

In RFC 3339, -00:00 is used for the time in UTC is known, but the offset to local time is unknown. 
 Support that representation by `-` flag for `z` at `Time#strftime`. `z`. 

 [patch](https://github.com/ruby/ruby/pull/4075) 

Back