diff -Nur e-smith-ldap-5.2.0/root/etc/e-smith/events/actions/ldap-update-simple e-smith-ldap-5.2.0_bz7473/root/etc/e-smith/events/actions/ldap-update-simple --- e-smith-ldap-5.2.0/root/etc/e-smith/events/actions/ldap-update-simple 2015-02-11 16:29:30.389000000 +0100 +++ e-smith-ldap-5.2.0_bz7473/root/etc/e-smith/events/actions/ldap-update-simple 2015-02-11 16:47:46.745000000 +0100 @@ -10,6 +10,9 @@ use Net::LDAP; use Date::Parse; +$ENV{'LANG'} = 'C'; +$ENV{'TZ'} = ''; + my $c = esmith::ConfigDB->open_ro; my $a = esmith::AccountsDB->open_ro; diff -Nur e-smith-ldap-5.2.0/root/var/service/ldap/ldif-fix e-smith-ldap-5.2.0_bz7473/root/var/service/ldap/ldif-fix --- e-smith-ldap-5.2.0/root/var/service/ldap/ldif-fix 2015-02-11 16:29:30.414000000 +0100 +++ e-smith-ldap-5.2.0_bz7473/root/var/service/ldap/ldif-fix 2015-02-11 16:45:38.296000000 +0100 @@ -12,6 +12,7 @@ $ENV{'PATH'} = '/bin:/usr/bin:/sbin:/usr/sbin'; $ENV{'LANG'} = 'C'; +$ENV{'TZ'} = ''; sub dnsort { my %type = ( add => 1, modrdn => 2, moddn => 2, modify => 3, delete => 4);