The current date in Hungary (Europe/Budapest), as yyyy-MM-dd.
NAV's date fields are Hungarian calendar dates, so a question like "is this
invoice dated in the future" must be judged against the Hungarian date, not
UTC: near midnight the two differ, and a UTC comparison would reject an
invoice that is validly dated today. The zone carries its own DST, so this is
correct across the CET/CEST switch.
The current date in Hungary (Europe/Budapest), as
yyyy-MM-dd.NAV's
datefields are Hungarian calendar dates, so a question like "is this invoice dated in the future" must be judged against the Hungarian date, not UTC: near midnight the two differ, and a UTC comparison would reject an invoice that is validly dated today. The zone carries its own DST, so this is correct across the CET/CEST switch.