Hi,
As shown in the image, when the client changes the OS date, the hint text date in the form field also changes as it's using DateTime.now().toUtc().
As mentioned in
this Stack Overflow question, the ntp package would have been a solution but its not available for flutter web.
Any idea how to resolve this issue in Flutter web?
