mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix code
This commit is contained in:
parent
7adc506c8d
commit
063314ee2f
@ -0,0 +1,12 @@
|
||||
package org.dromara.hutool.core.date;
|
||||
|
||||
import org.junit.jupiter.api.Assertions;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
public class Issue3713Test {
|
||||
@Test
|
||||
void parseTest() {
|
||||
final DateTime parse = DateUtil.parse("Aug 22, 2024, 4:21:21 PM");
|
||||
Assertions.assertEquals("2024-08-22 16:21:21", parse.toString());
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user