Skip to content

Commit

Permalink
Merge pull request #101 from OpenPEPPOL/POACC-552
Browse files Browse the repository at this point in the history
Time zone allowed
  • Loading branch information
jerouris authored May 22, 2024
2 parents 7b60357 + ec9db7e commit cfb0eb0
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 @@ -17,7 +17,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 cfb0eb0

Please sign in to comment.