Fixed that some banks don't allow setting timezone
This commit is contained in:
parent
e18ffb8a83
commit
593ad2be8e
|
@ -32,7 +32,7 @@ open class SepaMessageCreator : ISepaMessageCreator {
|
|||
|
||||
const val NumberOfTransactionsKey = "NumberOfTransactions"
|
||||
|
||||
val IsoDateFormat = SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSSZ")
|
||||
val IsoDateFormat = SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSS")
|
||||
|
||||
private val log = LoggerFactory.getLogger(SepaMessageCreator::class.java)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue