mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2024-12-23 06:48:33 +01:00
[script] update date format #289 [ci skip]
This commit is contained in:
parent
956d020b34
commit
83af873d46
2
.github/osia_convert.rb
vendored
2
.github/osia_convert.rb
vendored
@ -116,7 +116,7 @@ def write_readme(j)
|
||||
apps = j['projects']
|
||||
|
||||
date = DateTime.now
|
||||
date_display = date.strftime "%B %d, %Y"
|
||||
date_display = date.strftime "%B %e, %Y"
|
||||
|
||||
output = '# ' + t
|
||||
output << "\n\n"
|
||||
|
Loading…
Reference in New Issue
Block a user