Date & Time settings wihin Domino

Hello,

in the past we used the following notes.ini parameter to set date&time display within domino to german format even if the server is in english language.

DateOrder=DMY
DateSeparator=.
TimeSeparator=:
CLOCKTYPE=24_HOUR

In Domino V14 it seams, that the upper 3 parmeters will not work anymore.

But Clocktype is still working (changing from AM/PM to german clocktype via 24_hour)

So my domino server date&time format looks like this

MM/DD/YYYY HH:MM

eg. 12/06/2024 15:32

Also with Domino version 14 the installation changed the service to "local service", therefore the changed Default setting will not work here anymore.

So we need to changed the regional settings directly within the registry (or copy them from a different user via registry).
Registry for "local service" [HKEY_USERS\S-1-5-19\Control Panel\International]

e.g. export [HKEY_USERS\.DEFAULT\Control Panel\International] to [HKEY_USERS\S-1-5-19\Control Panel\International]

Alex

Probably need to check your notes.ini location, as far as I remember on Windows the notes.ini moved from program dir to data dir (can't check with a windows box)

We have no problem since the beginning (but I am on Linux with domino 14.5 now for fail2ban analysis but it worked in 9/10/11/12/14)

DateOrder=DMY
DateSeparator=-
ClockType=24_Hour
TimeSeparator=:

and console log is ok:

[3112552:000002-00007FD550EAB3C0] 06-12-2024 11:51:00 Starting replication with server XXXXX

The problem is specific with Windows, I run some testing on Linux, IBMi, and Windows. Only Windows Server is having some problem where the 3 parameter is not being recognized.

The only workaround here is by doing it with Windows OS Setting:

On my testing, it happens on both 2019 and 2022 Windows Server.

Hello,

yes - but the regional settings for "local service" is not changeable directly, this need to be done via registry.

Registry for "local service" [HKEY_USERS\S-1-5-19\Control Panel\International]

Thank you

@Alexander Novak , if that link can help: https://support.hcl-software.com/csm?id=kb_article&sysparm_article=KB0090466