Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed format of dates #707

Merged
merged 1 commit into from
Jun 5, 2020
Merged

fixed format of dates #707

merged 1 commit into from
Jun 5, 2020

Conversation

yohm
Copy link
Member

@yohm yohm commented Jun 4, 2020

fixed #701
created_at, updated_at are saved asTimeWithZone while the other dates are saved as DateTime instances.
Those saved as DateTime are recorded at remote hosts using date in _status.json file. When parsing JSON file, it is converted to DateTime.
To fix this issue, we call to_time to unify the format when displaying these.

image

@yohm yohm added the bug label Jun 4, 2020
@yohm yohm added this to the v3.9.0 milestone Jun 4, 2020
@yohm yohm self-assigned this Jun 4, 2020
@yohm yohm merged commit 6e7e1fb into develop Jun 5, 2020
@yohm yohm deleted the unify_format_of_date branch June 5, 2020 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run の About の created at のフォーマット
1 participant