Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics AX (Archived)

Add a new time zone

Posted on by 55

We use dynamics ax 2009. We want to add a new time zone ((UTC+03:00) İstanbul).

How can we do this?

*This post is locked for comments

  • RE: Add a new time zone

    Hi Boris,

    Thank you for interest. 

    In fact, 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'unun içersinde Türkiye'nin değişen saat dilimi yok. 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");
    }

    timezone1.png                     timezone1.png

    
    
  • Suggested answer
    BorisD Profile Picture
    BorisD 2,826 on at
    RE: Add a new time zone

    Hello Mehmet,

    Please see the forum link below.

    community.dynamics.com/.../121265

    Hope this helps!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans