Skip to content

Commit

Permalink
Time zone allowed
Browse files Browse the repository at this point in the history
POACC-552
  • Loading branch information
midran committed Feb 28, 2024
1 parent 1e30c4d commit ec9db7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion guides/release-notes/v3.0.13.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Release date:: May 2024

* Catalogue transaction (T19)
** Added possibility (by use of a code) to indicate if an item is non-returnable after purchase. The element cac:TransactionConditions/cbc:ActionCode on item-level is used and the code is added to the codelist "Transaction condition code (OpenPeppol)", together with the previous code to indicate if an item is contracted (CT). The element cbc:ActionCode was previously fixed to the value 'CT' since it was the only allowed code, but with this change, it can be used for both purposes.

** Time may be given with time zone information.

== Changes to code lists and validation artefacts

Expand Down
9 changes: 6 additions & 3 deletions guides/shared/datatypes/time.adoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@

= Time

Time shall be in accordance to the “Extended time format” as specified by {ISO8601}, format [hh]:[mm]:[ss].

Time shall be in accordance to the “Extended time format” as specified by {ISO8601}, +
- format without time zone [hh]:[mm]:[ss] +
- format with UTC timezone [hh]:[mm]:[ss]Z +
- format for other zones [hh]:[mm]:[ss]±[hh:mm] with zone is given as difference from UTC.

====
IMPORTANT: Time shall *not* include timezone information. Decimal fraction on seconds SHALL not be used.
IMPORTANT: Time may include timezone information. +
Decimal fraction on seconds SHALL not be used.
====


Expand Down

0 comments on commit ec9db7e

Please sign in to comment.