"Stocks" App posts wrong dates for news articles

I often read the news articles shown under the stocks that I own. I have noticed that with the iPod's included Stock app, the date of the news articles are not accurate. I go to read what I think is a recent news article, only to find out that it is a month old. I also notice the same old news headlines each day being refreshed with the current day's date again and again.
Just reporting this as a bug and an annoyance, making the Stocks App provided with the iPod basically useless.
Are there any known solutions other than using a different Stock app?

I know i posted a similar post earlier this week. But the tutorial I got pointed at didnt work for what im trying to accomplish...
The other post (marked as answered) that didn't help the OP was the same reply...  

Similar Messages

  • Calendar app showing wrong date for iCal feed.

    Has anyone else noticed that when an iCal feed publishes an event that is after 0000Z, but still on the previous date in local time, it's added to the calendar on the wrong day?
    Example:  Your phone is being used in Chicago (CST).  An ical feed you subscribe to publishes and event for 0300Z on November 5th.  That event should then actually be on November 4th at 2100 CST, however, the phone will enter the event with the corrected time of 2100Z, however, won't correct the date which should be on the 4th (CST = GMT -6 hours).

    I have my Mac's calendar auto-adjusting to time.apple.com.  After coming back from Asia, now my calendar shows that November 11th, 2014 is a Wednesday; it is supposed to be Tuesday!

  • How to set a default start and/or end date for New Events based on trigger date.

    I'm using the CalendarActivityListener to get current row when clicking on an existing event. As per previous posts this listener gives you access to event detail including Start Date, End Date, etc.
    However, what I want to do is to default the start (and end) dates for New Events based on the trigger date.
    I've tried the CalendarListener and can grab the Trigger Date from it - however, I can't see a way to pass this directly to the popup/dialog I'm using to create the new event.
    At present I'm putting the TriggerDate into the ADFContext session scope e.g. ADFContext.getCurrent().getSessionScope().put("TriggerDate",calendarEvent.getTriggerDate());
    Then, I've tried multiple approaches to try and "get" the TriggerDate from session scope to drop it into my new Calendar Event basically, I'm trying to default the InputField(s) associated with the Start Date using the value from the session - I've tried
    1. setting the default value for the InputField in the jspx using a binding expression i.e. value="#{sessionScope.TriggerDate}" - this actually sets the value appropriately when the jspx is rendered but, when I go to create I get a NPE and I can't debug. I assumed that it might be a Date type issue - it would appear that CalendarListener provides a date of type java.util.Date and that the StartDate attribute of my VO/EO/table is a DATE and therefore requires oracle.jbo.domain.Date so I tried casting it - to no effect
    2. Using a Groovy expression *(StartDate==null?adf.context.sessionScope.TriggerDate:StartDate)* in my calendar's EventVO to default the Start Date to the same result
    Any thoughts or ideas?

    John,
    Thanks for that suggestion - could not get it to work. However, I did manage a different approach. I finally determined the sequence of events in terms of how the various events and listeners fire (I think).
    Basically, the CalendarActivityListener fires, followed by the listener associated with the Calendar object's Create facet, followed finally by the CalendarEventListener - the final is where the TriggerEvent is available and then finally, control is passed to the popup/dialog in the Create facet. So, my approach of trying to set/get the TriggerDate in the user's HTTP session was doomed to failure because it was being get before it had been set :(
    Anyway, I ended up adding a bit of code to the CalendarEvent listener - it grabs the current BindingContext, navigates through the DCBindingContainer to derive an Iterator for the ViewObject which drives the calendar and then grabs the currently active row. I then do a few tests to make sure we're working with a "new" row because I don't want to alter start & end dates associated with an existing calendar entry and then I define the Start and End dates to be the Trigger Date.
    Works just fine. Snippet from the listener follows
    BindingContext bindingContext = BindingContext.getCurrent();+
    *if ( bindingContext != null )    {*+
    DCBindingContainer dcBindings = (DCBindingContainer) bindingContext.getCurrentBindingsEntry();+
    DCIteratorBinding iterator = dcBindings.findIteratorBinding("EventsView1Iterator");+
    Row currentRow = iterator.getCurrentRow();+
    if ( currentRow.getAttribute("StartDate") == null)+
    currentRow.setAttribute("StartDate", calendarEvent.getTriggerDate());+
    if (currentRow.getAttribute("EndDate")==null)+
    currentRow.setAttribute("EndDate", calendarEvent.getTriggerDate());+
    *}*

  • Posting header data for MIGO thru badi

    Hi,
    I'm using badi  ' MB_MIGO_BADI ' for posting header data for the T-Code MIGO.
    I have created an extra tab for supplier details for header data. The details from dis tab should be stored in a ztable.
    I have written the code for the same in the METHOD  'POST DOCUMENT'  of the badi, but m unable to store the data in the ztable. niether is the code for display working.
    kindly help.

    Hi,
    you need to create an attribute where you will store data from your additional screen. In example there is an attribute GS_EXDATA_HEADER with structure MBLNR, MJAHR, BADI_NUMMER. So obviously the point is to enter some number on additional header tab screen. You can see that in the method PAI_HEADER that all data from screen are transferred to this structure and in the method PBO_HEADER are data transferred from internal structure to the screen. So in this internal structure you store the current values of the fields from your additional header tab.  Now when you store material document you want to also store your additional data into database. Until this point you store it only in memory. Hence you prepare a new FM which will store this data to DB and you will call this FM in UPDATE TASK. Here is an example
      CALL FUNCTION 'MIGO_BADI_EXAMPLE_UPDATE_HEAD' IN UPDATE TASK
        EXPORTING
          is_migo_badi_header_fields = gs_exdata_header.
    Once again to summarize it:
    1) Define your own structure to keep additional data as an attribute of BADI implementation class
    2) Pass data from memory to screen and back using methods PBO_HEADER and PAI_HEADER
    3) Store additional data into DB using FM called in UPDATE TASK from method POST_DOCUMENT
    Cheers

  • Bapi for posting FI documents for new General ledger accounting

    Hi,
    We have a requirement for posting FI documents for new General ledger i.e for transaction FB01L. Is there any BAPI for the same so that BDC can be avoided.
    The BAPI "BAPI_ACC_DOCUMENT_POST" is used for FB01. Can we use it for FB01L?? As in this BAPI ledger group field is not there. Please suggest.
    Thanks in advance.
    Regards,
    Gaurav

    Hi Sandra,
    Solved myself using the below options.
    If you are using the BAPI - BAPI_ACC_GL_POSTING_POST, you can pass accounting principle field in importing structure BAPIACHE08. The relation between Legder group & accounting principle has to be configured in SPRO by FICO consultant. Once they configured in the system, get the accounting principles and then pass the accounting principle .
    Code:  s_documentheader-acc_principle  = wa_header-acc_principle.
    Reward me if this will help you.
    Thanks,
    Yerukala Setty

  • How to move Oracle APPS 12 setup data to new APPS 12 production environment

    Dear All
    I need to know , how we can move Oracle APPS 12 setup data to new APPS 12 production environment?? What is the easy and secure way, we dont want to do the new installation of APPS 12 and re-setup the things....
    cheers

    Hi,
    Can you please explain more regarding to move setup from DEV to PROD instance.The steps are documented in the iSetup manual, so have you gone through the documentation?
    Also we would install PROD with multi tier nodes, and HA cluster. So in that case what would be the change to move the setups from DEV to PROD, as DEV is single node TEST APPS 12 installation.iSetup is helpful in moving the functional setup between the two instances. If you want to create an identical copy of your DEV instance to PROD instance (provided that both instances contain no data), then you can use "Rapid Clone" -- See (Note: 799735.1 - Rapid Clone Documentation Resources, Release 11i and 12).
    Regards,
    Hussein

  • Since 8.0 update on my ipad, I can't find autocomplete settings, which used to work for all apps. So much for new and improved.

    Since 8.0 update on my ipad, I can't find autocomplete settings, which used to work for all apps. So much for new and improved.

    Settings > General > Keyboard

  • Wrong date after new photo

    The new Photo app was installed and some photos and full folders got the wrong date. I could not find a way to edit the date as single photo or from a folder like we had before on iPhoto. Is this something the developers forgot or there is a magic key combination to make it happen?
    Best Regards,
    GugaRibeiro
    Attached a screen shoot with a 2018 picture... the mac is now showing our future pictures...

    and to make things even more strange i just logged in to Photos online through icloud and  have a picture that was taken last Friday 1st May but online Photos is saying that it was taken 30 December 2014
    Photos app on MAC
    Photos app on Icloud.com

  • What about the 50% extra data for new customers?

    I signed up for Verizon HomeFusion 17 days ago.  I copied the following straight off your webpage for new HomeFusion customers:
    "New customers to the service will  receive 50% more data allowance for their first 2 full billing cycles.  Requires new 2-year activation."  Why am I getting data usage alerts and my account is only showing 10 GB allotted for this month. My bill shows that I was allotted 15 GB for only two days (1/24-1/25).  It hasn't been two months yet, barely even two weeks.  Who do I contact to get this fixed? 

        Getting data overage alerts can certainly be concerning flair_2000. Let's get to the bottom of your usage concerns. Customer gets a 50% data bonus on their prorated billing cycle at activation. If you are currently on the 10 GB data plan, with the 50% more data, you will obtain an additional 5GB of data. When is your bill cycle end? Depending on your bill cycle, you will still obtain data usage alerts. For example, the 10 GB of data usage will be prorated depending on when service is activated and your bill cycle ends. The 5GB of extra data will not be prorated.
    To view your usage and prevent any overage, you may review your usage online via My Verizon by clicking http://bit.ly/xB4iTc  Should you have further questions or concerns, please feel free to reach out to us.
    Thank You,
    MichelleL_VZW
    VZW Support
    Follow us on Twitter @VZWSUPPORT

  • How to transfer iPhone apps and their data to new MacBook Pro?

    I just got the new Retina Macbook Pro. Before, I synced my iPhone with my iMac. Now I want to sync my iphone with my new RMBP instead. I transfered my music and applications to the new Mac. My music syncs to my iPhone just fine, however, if I click to check to sync my iPhone applications to this computer then a warning message pops up saying all my existing apps and data will be deleted. I aready clicked transfer purchases to my new Mac, so all my apps are already on the computer.
    But how do I get my apps to sync with my new Mac, without deleting all my apps data?

    Follow steps 1 ~ 9 here:
    https://discussions.apple.com/docs/DOC-3141

  • Adobe form is printing wrong data for the first print attempt

    Hi All,
    I need a quick help from Adobe print form gurus. Until now i dint get an issue on printing adobe interactive form from my portal. For eg., when i am giving a print for the first attempt, it was printing the form with wrong data in form fields and whereas when i tried to print it for the second time, then it is printing properly with right information.
    Please help.
    Regards,
    Praveen Kambala.

    Hi Praveen,
    Find out the data what is being printed for the first time, and check what is the flag that is making the change.  Hope that should resolve your issue.
    Thanks,
    Rakesh.

  • How to handle HTTP-POST encrypted data for ECC Using proxy or RFC

    I have a scenario HTTP-POST ->PI->ECC.sender is HTTP Post  send encrypted data i need to handle the data and stored in to SAP ECC  with out decrypt using PI .what should i take for receiver  can i use inbound proxy or RFC  and how can handle the encrypted data  for decrypt.
    Regards
    Ravi

    1. my sender is HTTP POST . what should i configure in sender communication channel in SAP PI .like SOAP or HTTP .What are the parameters i need to pass .
    >>>
    If you are on PI 7.3 and above, configure the HTTP AAE adapter - Configuring the Java HTTP Adapter on the Sender Channel - Advanced Adapter Engine - SAP Library
    2.while using inbound proxy for encrypted data  i need  store the data in to table , the same proxy can i call  another outbound  service for decrypt  same data.
    >>>>
    Yes you can always a proxy within a proxy.

  • Release date for new updates

    I'm super excited about the new features, especially the integration of C4D and AE, and adding looks in Premiere. I've looked for information about release dates but can't find any details. What's the release date for the new features?

    No official date yet but based on past releases it will likely be in the next month or two.

  • N73 - date for new software version

    Please see below the date for the next update. This came from their Director of Customer Care:
    "With regards to your recent enquiry concerning software availability for your product code 0539101 for UK Country Variant I can confirm that at present you already have the latest software version available. New software version for your product should be available no later than Friday the 8th December in both our Nokia service points and Nokia Software Updater."

    goodie...
    for all those complaining about no Country Variant fw editions, just hang on 2 more weeks and have a merry xmas

  • Raw up date for new nikon d7100 in cs5.1

    raw up date for nikon d7100 for cs5.1 can any one please help me on this matter

    The D7100 is supported only in PS-CS6/ACR 7.4 and newer.  There will be no update for CS5.1.
    You can upgrade your CS to CS6 or CC or download the free DNG Converter to make DNGs from your NEFs and open those in older versions of Camera Raw.  You’ll want to make sure to set the DNGC compatibility options to something lower than the default of ACR 7.1.  The DNG Converter is available, here:
    http://www.adobe.com/downloads/updates

Maybe you are looking for