CI 3.2.1 was received so late that we have not had time to test this version with a current interface.
So I used a workaround which is better than zapping the CI executables.
On the input event registration add a line like this in exprressions:
Code:
$L.void=rtecall("rinit", $L.rc, $L.file, "tzfile");$L.void=rtecall("select", $L.rc, $L.file, "name=\"Europe/Western2\"", , );set.timezone($L.file, 1)
Note that I have specified Europe/Western2 as timezone, this is not a default timezone but a copy of the existing one with one change. On this timezone I have changed the date format from dd/mm/yy to mm/dd/yy. The result is that CI can continue to send the dates into sc with american date format even if SC is using danish dateformat. The set.timezone command changes the dateformat while the event is processed and everything works out just fine.
Bookmarks