# Date and Time Formats
source: https://developer.mastercard.com/mastercard-send-disbursements/documentation/field-uris-codes/date-time-formats/index.md

|          Date/Time Field           |                                                   Format                                                    |
|------------------------------------|-------------------------------------------------------------------------------------------------------------|
| Full Date (Day, Month, and Year)   | YYYY-MM-DD                                                                                                  |
| Day and Month                      | MM-DD                                                                                                       |
| Month and Year                     | YYYY-MM                                                                                                     |
| Time (Hours, Minutes, and Seconds) | HH:MM:SS±hh\[:mm\] or HH:MM:SSZ 24 hour clock ±hh:mm is time zone offset Z indicates UTC; shorthand for +00 |
| Timestamp or Date/Time             | YYYY-MM-DDTHH:MM:SS±hh\[:mm\] or YYYY-MM-DDTHH:MM:SSZ                                                       |

Times and timestamps present in resources returned by API calls will be in UTC.
