I want to ask about the time zone that you see in the code below. Turkey (GMT + 02: 00) time zone that was changed later.
Timezone enum no changing time zones in Turkey's flour. How to add this to Timezone?
static void UserInfoPrefTime(Args _args)
{
UserInfo UserInfo;
ttsBegin;
while select forupdate UserInfo
where UserInfo.enable == NoYes::Yes
if(UserInfo)
{
UserInfo.preferredTimeZone = Timezone::GMTPLUS0300BAGHDAD; // Timezone enum no changing time zones in Turkey's flour.
UserInfo.doUpdate();
}
ttsCommit;
info("ok");
}

*This post is locked for comments
I have the same question (0)