You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PDF versions up to and including 1.7 expected date types to include a terminating apostrophe. With PDF 2.0 this is no longer required. Both versions should be accepted. Currently date values not containing the terminating apostrophe are reported as "Well-formed, but not valid" with "PDF-HUL-133 Improperly formed date" error.
Please upate the date type to allow both variations:
(D:YYYYMMDDHHmmSSOHH'mm)
and
(D:YYYYMMDDHHmmSSOHH'mm')
where:
YYYY shall be the year
MM shall be the month (01–12)
DD shall be the day (01–31)
HH shall be the hour (00–23)
mm shall be the minute (00–59)
SS shall be the second (00–59)
O shall be the relationship of local time to Universal Time (UT), and shall be denoted by one of the characters PLUS SIGN (U+002B) (+), HYPHEN-MINUS (U+002D) (-), or LATIN CAPITAL LETTER Z (U+005A) (Z) (see below)
HH followed by APOSTROPHE (U+0027) (') shall be the absolute value of the offset from UT in hours (00–23)
mm shall be the absolute value of the offset from UT in minutes (00–59)
optionally followed by APOSTROPHE (U+0027)
The text was updated successfully, but these errors were encountered:
PDF versions up to and including 1.7 expected date types to include a terminating apostrophe. With PDF 2.0 this is no longer required. Both versions should be accepted. Currently date values not containing the terminating apostrophe are reported as "Well-formed, but not valid" with "PDF-HUL-133 Improperly formed date" error.
Please upate the date type to allow both variations:
(D:YYYYMMDDHHmmSSOHH'mm)
and
(D:YYYYMMDDHHmmSSOHH'mm')
where:
YYYY shall be the year
MM shall be the month (01–12)
DD shall be the day (01–31)
HH shall be the hour (00–23)
mm shall be the minute (00–59)
SS shall be the second (00–59)
O shall be the relationship of local time to Universal Time (UT), and shall be denoted by one of the characters PLUS SIGN (U+002B) (+), HYPHEN-MINUS (U+002D) (-), or LATIN CAPITAL LETTER Z (U+005A) (Z) (see below)
HH followed by APOSTROPHE (U+0027) (') shall be the absolute value of the offset from UT in hours (00–23)
mm shall be the absolute value of the offset from UT in minutes (00–59)
optionally followed by APOSTROPHE (U+0027)
The text was updated successfully, but these errors were encountered: