Malaysia: Invoice Issue Time
Malaysia requires the invoice issue time to be provided in UTC. To indicate UTC, add a final Z to the indicated time. Wrong timestamps lead to invoice rejections.
Note: This also affects the issue date of the invoice cbc:IssueDate.
Use the IssueTime element to model this information.
Element
Element | Description |
---|---|
Invoice/IssueTime |
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cbc:IssueTime>13:30:00Z</cbc:IssueTime>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated 13 days ago