Skip to content
  • nagachika's avatar
    e6bf38a6
    merge revision(s) d3279a0c: [Backport #20327] · e6bf38a6
    nagachika authored
    	[Bug #20327] Do not count subsecond to calculate UTC offset
    
    	Assume that there will never be any time zones with UTC offsets that
    	are subseconds.  Historically, UTC offset has only been used down to
    	the second.
    	---
    	 test/ruby/test_time_tz.rb | 8 ++++++++
    	 time.c                    | 2 +-
    	 2 files changed, 9 insertions(+), 1 deletion(-)
    e6bf38a6
    merge revision(s) d3279a0c: [Backport #20327]
    nagachika authored
    	[Bug #20327] Do not count subsecond to calculate UTC offset
    
    	Assume that there will never be any time zones with UTC offsets that
    	are subseconds.  Historically, UTC offset has only been used down to
    	the second.
    	---
    	 test/ruby/test_time_tz.rb | 8 ++++++++
    	 time.c                    | 2 +-
    	 2 files changed, 9 insertions(+), 1 deletion(-)
Loading