Details
- 
    
Bug
 - 
    Resolution: Fixed
 - 
    
Trivial
 
Description
reactos-bootcd-0.4.15-dev-5075-g34635e1-x86-gcc-lin-dbg
ipconfig used a fixed format for time/date display (for DHCP lease) while it should respect local setting
ReactOS

WinXPSP3

This is due to the fact that it relies on _tasctime ( https://git.reactos.org/?p=reactos.git&a=search&st=grep&s=_tasctime and it's almost the sole occurence in the whole ReactOS code) and not GetDateFormatW.
This has been fixed in [NETSHELL] by https://github.com/reactos/reactos/pull/2655 and similar solution could be needed here.