Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Large year values are not parsed correctly #160

Open
@Maximkaaa

Description

@Maximkaaa

If the year value is larger then9999, the parsing result is inconsistent with GNU implementation:

Input: 10000-12-31GNU: 10000-12-31 00:00:00+00:00parse_datetime: 0000-12-31 00:00:00+00:00Input: 100000-12-31GNU: 100000-12-31 00:00:00+00:00parse_datetime: 2000-12-31 00:00:00+00:00Input: 1000000-12-31GNU: 1000000-12-31 00:00:00+00:00parse_datetime: 0000-12-31 00:00:00+00:00Input: 10000000-12-31GNU: 10000000-12-31 00:00:00+00:00parse_datetime: Invalid input string: cannot be parsed as a relative timeInput: 2147485547-12-31GNU: 2147485547-12-31 00:00:00+00:00 // This is the max value supported by GNUparse_datetime: Invalid input string: cannot be parsed as a relative time

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp