singleton
singleton copied to clipboard
[BUG] [Ruby client]Can't get timezone information by d.l_full_s(:'zh-Hans', 'America/Los_Angeles', :long_gmt)
Describe the bug Can't get timezone information by d.l_full_s(:'zh-Hans', 'America/Los_Angeles', :long_gmt)
To Reproduce Steps to reproduce the behavior:
- d = DateTime.new(2007,11,19,8,37,48,"-06:00")
- d.l_full_s(:'zh-Hans', 'America/Los_Angeles', :long_gmt)
Expected behavior Get timezone information with locale 'zh-Hans'
Screenshots