Appts from other timezone displayed incorrectly across dateline

I work in Shanghai, but frequently want to setup appointments in EST. I have timezones enabled and when I choose EST from the top right corner before I setup the appt, or just choose EST in the appt itself it is recorded correctly. However, when I switch back to Shanghai timezone the appointment itself will reflect the correct local time, but not the correct day. The appointment will actually remind me at the correct time but will be displayed on the wrong day.
I originally thought this was working as expected, just not how I would like it, but on several occasions I have used the same process to setup appointments and when I switch to a different timezone the appointment will be displayed on the correct day. This leads me to believe that it is some type of bug. Has anyone experienced this?

Thanks for the response. You are exactly correct. However, the problem I have is the appointment is NOT switching days. It is displayed on the original date but with the new correct time. Using your example a 1200 EST appointment today created in my iCal will show up on today at 0100 when I switch to Shanghai, rather than 0100 tomorrow. To be more clear -- I create an appointment at 12 EST on 19 Feb 2008, I view my calendar in the Shanghahi timezone and I would expect to see the appointment at 0100 on 20 Feb, however I see the appointment at 0100 on 19 Feb. Interestingly, the appointment alarm will still fire correctly, for instance 15 minutes prior to 0100 on 20 Feb even thought it is displayed as 0100 on 19 Feb.
I think its a display bug of some sort that only occurs when the appointment is not created in the primary timezone. I could show a screen shot if its not clear.

Similar Messages

  • Silver Controls (from 2011 VI) display incorrectly in 2012

    VI built in 2011,  When opened in 2012, the attached happens (black rectangles were "standard" silver controls.  Ideas?
    Solved!
    Go to Solution.
    Attachments:
    SilverControls.jpg ‏19 KB

    Some good troubleshooting steps
    bradth wrote:
    1) Created a VI in 2011 with a silver control.  Saved it.  Opened it in 2012.  Everything is fine.
    So at least we know it's not some crazy LabVIEW-wide problem on your system.
    bradth wrote:
    2) With the problem VI, instead of opening it from the project, opened the VI directly, controls look fine. So this only occurs when I opened the VI from inside the project.
    I'm getting some more people at NI involved to try and figure this one out -- again if you can send us some of the problematic code I'm sure that will assist our debugging.  If you don't want to post it feel free to send me a direct message and we can work out a convinient way to get it to us.
    bradth wrote:
    So some back ground that now seems very important.... the reason I upgraded to 2012 was because I was having an issue where when I opened a VI inside  project, there was a long delay until the VI was shown.  Could it be that somehow the project is corrupted.  If so, suggestion on how to fix it? 
    A .lvproj file is, for the most part, human-readable XML.  You could open it with a text-editor and see if any of the paths look incorrect.  You should see a lot of entries that look similar to this:
    <Item Name="My VI.vi" Type="VI" URL="../My VI.vi"/>
    I'm also assuming that it has to be this project for the problem to surface -- you don't see this problem for any VI opened from a project.
    ~Simon

  • Tabs From Other Computers Listing Old Sessions?

    Hi guys.
    Tabs From Other Computers displays tabs from my MacBook. They are listed as 2 separate computers with the same name. One has my current tabs the other has tabs from 6 months ago.
    I deleted sessionstore.js and sessionstore.bak. The old tabs are still displayed.
    Any ideas?

    If I look at tabs from other computers while on my MacBook, the old MacBook session is listed.

  • TS2167 I changed my header in iweb and when I published the site the font had shrunk and it displayed incorrectly. It was only on my home page, not on others. I have iweb 3.0.4. Help!?!?

    I changed my header in iweb and when I published the site the font had shrunk and it displayed incorrectly. It was only on my home page, not on others. I have iweb 3.0.4. Help!?!?

    Just in-case anyone els runs into this, I figured it out... I was working from my hotel and apperantly the fire wall was not allowing anything to uplaod, but I wasn't getting an error message from iweb, it would say that everything was published succesfully even though it wasn't. Once I went home and used my connection eveything worked fine.

  • How can I display de last items of a region from other page in Portal?

    I want to display de last five items (f.e.) included in a region (with attributes created) from other page. I've tried using custom search, but it also shows the attribute names, and I want show the attribute values (I don´t know how can I format these attributes).
    Thanks a lot.

    How can I display the last items of a region from other Oracle Portal page?

  • How can I display the last items of a region from other Oracle Portal page?

    I want to display de last five items (f.e.) included in a region (with attributes created) from other page. I've tried using custom search, but it also shows the attribute names, and I want show the attribute values (I don´t know how can I format these attributes).
    Thanks a lot.

    create a stored procedure (f.e. in schema myschema create a stored proc named renderAsHTML)
    code for the procedure :
    PROCEDURE renderAsHTML(p_itemId varchar2,p_pageId varchar2,p_siteId varchar2) IS
        l_displayName  portal.wwsbr_all_items.display_name%type;
        l_name         portal.wwsbr_all_items.name%type;
        l_publishDate  varchar2(10);
        l_url varchar2(250);
    BEGIN
         -- Looking for item datas
         select display_name, name,   to_char(publish_date,'dd/mm/yyyy')
         into l_displayName,l_name, l_publishDate
         from portal.wwsbr_all_items
         where id =p_itemId and language=portal.wwctx_api.get_nls_language;
         -- getting the URL og the item
         l_url := portal.wwpob_page_util.get_page_url(p_pageId, p_siteId);
         -- HTML rendering
    htp.p('<.a href="'||l_url ||'/'|| l_name ||'">' ||  l_displayName ||'</.a><.br/>');
    htp.p('Published on ' || l_publishDate ');
    EXCEPTION
        WHEN others THEN
               htp.p('<.div>Somme error occured , code is ' || SQLCODE || '.</.div>');
    END renderAsHTML;
    please notice that I've added a dot in HTML tags to avoid this forum to interpret them
    note : make sure that you granted "execute" for the public user on teh procedure you've just created.
    go to item properties (navigator>shared objects>item types>modify the one you want
    go to tab3 (procedures)
    set the following options :
    type : PL/SQL
    call proc : myschema.renderAsHTML
    link text : render as HTML
    icon : keep blank
    select the "display proc results with the item" option
    pass the following parameters :
    attribute1 : item ID as p_itemId
    attribute1 : page ID as p_pageId
    attribute1 : pagegroup as p_siteId
    Now, in your custom search portlet, go to results rendering, remove all attributes and add the "associated function" attribute.
    Now, all the HTML generated by the stored proc will be rendered instead of the item.

  • Displaying sales order from other system

    Hi Experts,
    I have a requirement of displaying sales order from other system. I will be fetching sales orders through a RFC call and displaying it in an ALV. on clicking of the sales order displayed from the ALV, I need to display it from the other system.
    How can I go about this?
    Please help.
    Regards,
    Rohan

    rohan,
    you already have answered most part of your question.
    - displaying SO from other system through RFC:
    create a remote enabled function in that target system. call this FM from your current system. (for RFC calls check this: [RFC help|http://help.sap.com/saphelp_nw04/helpdata/en/22/0425f2488911d189490000e829fbbd/content.htm]
    displaying SO by double clicking in ALV:
    --ALV's comes with a event USER_COMMAND. in this event you can pass your subroutine and in your subroutine you can do your coding... take help from sdn searches like :About FM ALV user_command Event
    hope these helps
    Somu

  • My apple iphone4 display got off, but it is getting call from other mobiles

    My iphone 4 display got off. First i thought it is got switched off, but surprisingly from other mobiles calls are going to my mobile. kindly help regarding this.

    frank_o_s wrote:
    My kid`s been using my apple ID/account for years, but now that he`s older it`s time he got his own. Is there any way to either make a twin account so he doesn`t lose all his purchases from iTunes/AppStore or does he have to start from scratch? They payment can still be from my card/account, that`s not the problem, but facetime, imessage etc. is a available on both mine and his apple products (I know you can check what email/phone number we can be reached at, but it`s just a click and he see my messages and I his). It`s the privacy problem that is the most important.
    He needs to have his own account, the sooner the better.
    As for content, non-protected songs can simply be copied to his own new library, and he can use them.  As for protected content and apps, anything he still wants will have to be replaced.

  • Google Chrome displaying incorrect fonts

    I have just downloaded google chrome for the first time and tested a site I have built in it, and all the fonts are times/serif style when I have created the style sheet to have ariel/helvetice/sans serif as the default body font.
    Every other browser I have tested my site in has displayed the correct fonts - even dare I say it - Internet Explorer seems to be doing a great job! So why not chrome? Having looked for some rational reason, I decided to come here, using chrome as my browser, and it was then that I noticed that the adobe site which is normally sans serif is displaying serif fonts!!
    Why?
    Here's a link to the site:
    http://www.matthewstuartdesign.co.uk/tandr/
    Thanks.
    Mat

    Oh bless you... are you and your hefty walleted father in-law really that naive to believe this is a live website?
    I am in the process of constructing the site, and as a result, I need to test it on a testing server rather than on my client's live domain! Occasionally, one has problems that one cannot seem to overcome without a little guidance from others who are able to help, which is obviously why you have joined this forum. If one does have problems, then you will without question be asked to show an example of the site and its code before you even get a relevant and constructive response. That's all you are looking at
    As you rightly point out, the product range is missing images. If you actually bothered to look at the code, you would see that the source is blank, and secondly, if you read the text below each, you would see that all four are identical. Why would I bother to do that on a live site? You will also see that there are other parts of the site that I am yet to build, or if they are built, then I need to populate them with something other than dummy content. There is so much lorem ipsum across the site that I find it hard to believe anybody would consider this to be a finished product!
    Look at what you have just judged and you will realise that there are so many clues that this isn't a complete site. The domain I have asked people to look at is under the name of matthew stuart design, and if you bothered to look at the top level of the domain, you'll quickly discover I am a graphic and web designer. I do not supply generators to markets (which are clearly indicated), such as the military where they generate electrical power to war torn regions to aid in the rebuild of that which has been destroyed... I don't supply the medical sector where stand-by power is required just in case there is a power failure during open-heart surgery.
    If you studied the content of the wibiya bar, you would see that it refers to me as a designer, and my approach is a friendly one. However, at the moment I don't feel particularly friendly. Every job I have done has fulfilled my clients needs, but not only that, it has also fulfilled the requirements of my client's clients'. The wibiya bar is simply there as an example to my customers... I don't even have it on my live site!
    What you have posted is totally out of line. The client I am building this site for has an exceptional name in their industry, and if your father in-law was in the market of buying a power generator, then I recommend them highly, and they will be able to build him something that suits his budget. If your father in-law requires a website, then I suggest he use somebody with experience, and that would be me, or any number of other experienced members of this forum.
    So, your father in-law has made an incorrect judgement - leading me to question if he applies the same analytical processes to his million pound budget, OR, it's more than likely you have misled him due to your own naivety, and if that is the case, then I apologise for my previous comment about his capabilities.
    If you're going to insult me, make sure you get your ducks in a row before-hand. Making such a comment could spread like a virus ruining my clients reputation... that's not just A BIG NO NO, it is hugely irresponsible!
    By the way, I don't sell paper clips, but I've had a box full of them for more than 10 years and I don't use them; you can have them free of charge... you'll just need to pay for the postage!

  • BUG: Info panel displays incorrect Hue values

    Recently, I've been doing a lot of work with color in Fireworks and came across the following bug, which appears to be a longstanding issue within the application. Rather than keeping it to myself, I figured I'd post it here in addition to submitting a bug report with Adobe. So here it is...
    Hue values displayed within the Info panel (in HSB mode) do not consistently match the values displayed in the Color Mixer panel—including basic colors such as pure Yellow, Cyan, and Magenta. The values are 1 degree off—most often below the Color Mixer value, but sometimes above (as with Magenta). This holds true whether using with the Eyedropper tool or the Color Picker swatches eyedropper, and whether sampling from the canvas or from swatches.
    For example, the following inconsistencies were observed when sampling the centermost horizontal strip within CS6's default Color Cubes swatches picker. Note that over 50% of these colors are affected by the issue.
    The Color Mixer seems to display the correct values, while the Info panel's values appear to be incorrect. Note that this issue affects the HSB mode only; the RGB and Hex values are consistent between both panels.
    This bug has been observed in Fireworks CS6, Fireworks CS5.1 and Fireworks 8 on Mac OS 10.6.8 (Snow Leopard).
    Here's the bug report submitted for this issue:
    Product name: Fireworks
    Product Version: 12.0.0.236
    Product Language: English
    Your operating system: Mac OS 10.6.8 (Intel-based)
    ******BUG******
    Concise problem statement: The Info panel displays incorrect Hue values for many colors—including pure Yellow, Cyan, and Magenta. The Hue values are usually 1 degree below the value displayed in the Color Mixer panel (e.g., 59 instead of 60 for Yellow) but sometimes 1 degree above (e.g., 301 instead of 300 for Magenta). This is true whether using the Eyedropper tool or the Color Picker swatches eyedropper, and whether sampling from the canvas or from swatches.
    Steps to reproduce bug:
    In an open Fireworks document, open the Info, Color Mixer, and Swatches panels. Within the Color Mixer and Info panels, set the color mode to HSB.
    Draw a Rectangle and set its fill to Yellow (#FFFF00) using the Color Picker.
    Observe the Hue values displayed in the Color Mixer and Info panels.
    Select the Eyedropper (I) tool, and sample the rectangle's fill color. Again, observe the Hue values displayed in both the Color Mixer and Info panels.
    Results: In both steps 3 and 4, the Hue value for pure Yellow (#ffff00) appears as 60 degrees in the Color Mixer panel but 59 degrees in the Info panel.
    Expected results: The Hue for pure Yellow (#ffff00) should appear as 60 degrees in both panels.
    Note that this issue affects the Info panel's HSB mode only; the RGB and Hex values are consistent between panels. Also note that this bug affects over 50% of the "pure" hues within CS6's Color Cubes swatches palette. For more info, see the following forum post:
    http://forums.adobe.com/thread/1083391
    This bug has been observed in Fireworks CS6, CS5.1 and FW8 on Mac OS 10.6.8 (Snow Leopard).

    I haven't done anything other than add my footage to the timeline. I have 2 layers (1 targa seq and 1 png seq). As I move my mouse from the Timeline to the Comp Panel, the color values flash for a split second and go away. If I press Opt+1 (2, 3, and 4) the Info Panel displays the color for that one pixel but the values go blank as soon as I move my mouse. This happens in the Comp Panel mostly. If I open a Footage or Layer Panel, sometimes the values show, sometimes not. Never had this issue in previous versions.

  • Iphone 5s incoming call number displays incorrectly.

    Whenever I call my wife's Iphone from work, the number displays incorrectly on her caller ID.  It is always dropping the third number of the area code, so if my work number was 123-456-7890, then when I call her it shows up on her phone as 124-567-890, it doesn't even show a ten digit number.  So far I have noticed that it only happens when I call her from the landlines at my work.  I also have the exact same iphone 5s on the same carrier and the numbers display perfectly fine on my phone so I feel like it's some setting in the phone.  Before switching to an iphone we had her contacts imported from an old Verizon flip phone, not sure if that has anything to do with it.  Has anyone seen or heard of a similar issue?
    Thanks,
    Dan

    By the way I have completely reset all content and settings several times, tried turning off international assist, tried several suggestions I found online dealing with the sim pin, switched to a different phone to have the same thing happen on that phone also.  I have the same exact iphone 5s and carrier and service plan and the numbers appear perfectly on my phone.  I'm so confused why this is happening.

  • Deluge and KDE - displaying incorrectly for one user only

    My deluge (and possibly other gtk apps) are being displayed incorrectly in KDE.  You can see the screenshot attached, but the thing I mostly notice is the progress bar.  On my laptop, as well as any other user account on the PC in question, it's a very blue progress bar (so 100% torrents will be all blue, 0% no blue, and obviously in between as % increases).  In the past I've messed with various gtk/kde rendering apps (so that gtk apps will display "correctly" in KDE), but I don't currently have any installed.  I also have rm'ed the configs in question per the wiki ( https://wiki.archlinux.org/index.php/Un … plications ).  I have tried removing the deluge config for my current user and it still doesn't "fix" the issue.  I've gone through kde system settings to setting all display options to default-type options (which is what my laptop is set to).
    Just wondering if anyone had any thoughts on where I could look to fix this?  It's mostly an annoyance, but I've been trying to fix it for a while now so thought I'd finally ask for some help.
    EDIT: I realize this should be in the Desktop/Apps sections, so if a mod could move it for me, that would be much appreciated.
    Last edited by vladthedog (2013-12-05 18:08:10)

    1. You said the projects were all saved "to a shared folder." Do you mean THE Shared folder? Your Mac's Users folder should list two Users, plus a folder named "Shared". Is that the folder you mean?
    2. The trouble is that an iMovie project isn't actually a file. It's a special kind of folder called a package, which contains other files and folders. (To look inside the package, Control-Click on the package icon and choose "Show Package Contents" from the popUp menu.)
    3. When YOU are the user and you create a new iMovie project, the package and everything it contains is configured with you as the owner. You are the designated owner of all the items that comprise the project. No one else can Write to the project.
    4. To change that, you have to change the project package into a normal Finder folder, adjust its permissions and the permissions of all the contents of that folder, then change it back into an iMovie package.
    Here's how:
    In the Finder, choose Finder > Preferences. Click Advanced and turn ON "Show all file extensions".
    The name of your iMovie project "My Sample Project" is now displayed as "My Sample Project.iMovieProject" in the Finder.
    Remove ".iMovieProject" from the project name, removing the period. When the Finder asks, say OK.
    The project package has now turned into a folder. Select the folder and choose Get Info.
    Set Others permissions to "Read & Write". Then click "Apply to enclosed items". When the Finder asks, say OK.
    Select the folder name again and add the extension ".iMovieProject" to the name. The folder will change back to an iMovie package.
    The package will now allow anyone to Read and Write to the project.
    Karl
    PS: This solution isn't very handy, obviously, but it does the job. A better solution is to buy an external hard drive, and configure it to Ignore permissions. (In the Get Info window for the disk.) That lets both users save projects to the drive without permission issues.

  • Storage values under about this mac displaying incorrectly, but amount of space used IS correct. Any ideas?

    I noticed recently that the "storage" under "about this mac" is displaying incorrectly. It doesn't show the correct values for my photos, videos, and audio files. It classifies this data under "other". I have been searching all over the internet, I went to the Apple genius bar yesterday and they recommended I re-install OSX. I did and it still shows up incorrectly. They were baffled, said they never really came across this issue. I have tried re-indexing spotlight, that didn't seem to help.
    The amount of storage used IS correct. It just doesn't show up under the correct categories in storage, under about this mac. Also, the computer seems to work fine. No real issues. It's a mid 2012 MBP. 500gb hard drive. Most recent OSX is installed.
    I DO NOT think it is local snapshots, cause my backups category is small and the amount of space used and free is correct. I have downloaded omnidisk sweeper to confirm this.
    I have seen a few posts on here and around the web referring to this, but no real answers. I have also reviewed Pondini's info on this to no avail.
    Does anyone have any ideas?!?!

    Also,
    I had installed a version of parallels with windows 7, but deleted it. Would parallels be causing my computer to index incorrectly? I I used appcleaner to delete all the parallels files so I do not have it anymore.

  • Some character display incorrect after unicode conversion

    Dear Experts,
    Currently we upgrade our SAP system from 4.6B NU to ECC6.0 UN.
    in 4.6B system we had implemented Simple Chinese and French language package to the system. after upgrade to ECC6.0 no-unicode system. we perform a MDMP unicode conversion.currently system running with ECC6.0 unicode interface with language 1EFD. SUMG releated tasks had been finished. Chinese and French language checked OK in ECC6 UN system.
    Our issue is. in the past time. some Spanish local end user typing some spanish character in some master date field when they login in 4.6B GUI choice english as login language.these kind of spanish characters could not display correct in current unicode environment.
    could you please given us some suggestion for how to fix this issue.
    I also sent this message in the Netweaver administrator forums with below links.
    Spanish display incorrect after unicode conversion

    Hello,
    I doubt that the data shown by you in the link was caused by Spanish users logged on in EN.
    I think this was rather caused by utf-8 data uploaded into the Non-Unicode system.
    In this case, you need to repair the according texts manually, I do not know any automatic repair.
    Best regards,
    Nils Buerckel
    SAP AG

  • Mail displaying incorrect messages

    I have an odd problem that has suddenly appeared within the last couple days. I use mail with my .mac email address and have so for many years now. As of the other day when I receive a new email some of them will display incorrectly: ie the message might be Joe Public News Alert or whatever, but when I click on that to view the email it shows an email from a June of last year, different sender, different subject line etc. When I go onto my iPhone or onto MobileMe it displays the same list of received emails, but when I click on the emails in question to view them, the correct messages are shown. I tried quitting mail, restarting my computer, doing updates and everything else like that, but the problem persists, and it persists consistently, as in no matter what I do, when I click on the News Alert, instead of seeing the correct email I will consistently see the same incorrect email.
    Any thoughts?

    Try recreating your Mail index:
    1. Quit Mail if it's running.
    2. Go to Home/Library/Mail and delete the Envelope Index file.
    3. Restart Mail and let it import your existing messages; when it's done your problem should disappear.
    Mulder

Maybe you are looking for

  • At selection screen output not responding

    Hi ppl, I've 4 selection options in my screen. however I just need user to insert only 1 of the 4 for searching. Therefore i included 4 radio buttons. when user select <i>rbf</i>, <i>sfileno</i> will activer and other 3 will be grayed out, when user

  • My safari browser is not loading any thing after an update 5.1!! i had to create guest account to brows!! pls help ASAP!!

    my safari browser is not loading any thing after an update 5.1!! i had to create guest account to brows!! pls help ASAP!!

  • What is the use of ntfs mac x app ?

    what is the use of ntfs mac x app ? i have a seagate backup plus slim and how to use with it ? please help .. thanks in advance

  • Playlists out of order

    HELP!!! My carefully arranged playlists are not recording in order. They seem to be writing fine, just song #1 is now song #8 when the burn is completed. I have wasted 3 cd's so far...any ideas? Seasugar

  • Crash problem is annoying..

    I get this problem a whole time... Do you know what i can do? Interval Since Last Panic Report:  187637 sec Panics Since Last Report:          4 Anonymous UUID:                    4AEBC731-3EC0-490A-865E-E062511152D1 Tue Jan  3 22:19:58 2012 panic(cp