singleton icon indicating copy to clipboard operation
singleton copied to clipboard

[BUG] [Ruby client]Can't get timezone information by d.l_full_s(:'zh-Hans', 'America/Los_Angeles', :long_gmt)

Open dleng-vmware opened this issue 3 years ago • 0 comments

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:

  1. d = DateTime.new(2007,11,19,8,37,48,"-06:00")
  2. d.l_full_s(:'zh-Hans', 'America/Los_Angeles', :long_gmt)

Expected behavior Get timezone information with locale 'zh-Hans'

Screenshots image

dleng-vmware avatar Dec 16 '21 08:12 dleng-vmware