Skip to content

Change ISO datetime string to JSON object #16

@noboru-i

Description

@noboru-i

現状、 iso_to_unixunix_to_iso では、ISO 8601 formatの文字列を利用している。

それを、以下のJSONオブジェクトとして入出力を行うことで、より柔軟な入力・出力ができるのではないか?と思った。

{
  "year": 2025,
  "month": 1,
  "day": 31,
  "hour": 11,
  "minute": 59,
  "second": 30,
  "millisecond": 99,
  "timezone": "UTC+09:00"
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions