Matheus
10/09/2018, 3:29 PMAndreas Sinz
10/09/2018, 4:50 PMMatheus
10/09/2018, 4:58 PMMatheus
10/09/2018, 5:00 PMAndreas Sinz
10/09/2018, 5:04 PMasSequence() is unnecessary and using LocalDate.now() (you'll get a different time back everytime you call it) seems problematicMatheus
10/09/2018, 5:32 PMasSequenceMatheus
10/09/2018, 5:38 PMLocalDate.now() bit, thanksAlowaniak
10/09/2018, 8:14 PMLocalDate.now would only give different date if it happened to go over midnight... but ye