summaryrefslogtreecommitdiffhomepage
path: root/src/value_array.h
diff options
context:
space:
mode:
authorKOBAYASHI Shuji <[email protected]>2019-05-13 19:46:26 +0900
committerKOBAYASHI Shuji <[email protected]>2019-05-13 19:46:26 +0900
commita2616db4dc810aa44d90d768a627c62d2a67886c (patch)
tree994618c9eb3adb3da20ecb464da05796756e0f28 /src/value_array.h
parentb145ed9de55019201bd3553660241ce3cc3c36de (diff)
downloadmruby-a2616db4dc810aa44d90d768a627c62d2a67886c.tar.gz
mruby-a2616db4dc810aa44d90d768a627c62d2a67886c.zip
Fix `Time#(asctime|ctime)` according to ISO Ruby
- A leading charactor for day is space. - Time zone does not included. Before this patch: Time.gm(1982,3,4,5,6,7).asctime #=> "Thu Mar 04 05:06:07 UTC 1982" After this patch: Time.gm(1982,3,4,5,6,7).asctime #=> "Thu Mar 4 05:06:07 1982"
Diffstat (limited to 'src/value_array.h')
0 files changed, 0 insertions, 0 deletions