[BUG] [Ruby client]Can't get timezone information by d.l_full_s(:'zh-Hans', 'America/Los_Angeles', :long_gmt)
Open
@Xiaochao8 is already working on this.
Since Mar 11, 2022.
area/ruby-client
kind/bug
priority/low
- Dominant language
- Java
- Stars
- 72
- Forks
- 69
- Avg merge
- 23h 32m
- Merged PRs (30d)
- 4
Description
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

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.