Quickview displays wrong "time" format of Excel document

Here's an odd one. I have an excel document that has a row who's number format is time. Data entered and save the document. Look at the document in the finder under quickview and all the times are +3 hours. This happens in both Excel 2004 and 2008. It also happens on both my Powerbook and G5 tower. Both PPC. Both 10.5.1
Can anyone re-create this, or is it just me?
Stacy

Hi,
There is no error from the CRM functionality. If you SAVE the excel,instead of opening it directly and then " open with "
word pad or notepad, you can see the phone no.s and fax no.s are properly transported to excel.There is a default format setting of
excel from the Microsoft, so you are getting the default format after opening the excel.
Steps:
1.Export to excel.
2.Choose the BP,PHONE and FAX columns holding the 'CTRL'key.
3.Right click on the chosen columns and choose "format cells".
4.Under the tab "number" choose 'number' and and reduce the decimal
place to '0' and click "OK".
5.Now you will be able to see the expected format.
If you are using IE then the excel file that is being generated should be an XML file which would help with the formating issue. But when there is a problem in the generation of the XML file a CSV file is created instead.
The kind of problems that can cause this could be :
- Wrong version of Excel (professional needed)
- Error in encoding (note 1560243 corrects this)
- Active X Settings on browser are not properly setup or disabled
- Other problems (some fixed in note 1457261)
I hope this helps.
Br,
Lloyd

Similar Messages

  • JSP page display wrong time when compared to the server time

    Hi,
    This problem seems to weird but it is happening
    I have web application running where time is displayed in the page. In this application time is very critical. Currently, time is an hour behind the orginal time.
    I checked the server it is displaying proper time.
    As a matter of troubleshooting, I wrote a java program and run the program in the same server, where the application is running. The java program returns me proper time , but JSP is still displaying time an hour behind. To trouble shoot further, I created a test jsp page to just display the time and accessed the time and the jsp displayed wrong time as well, an hour behind.
    I am running[ tomcat 4.0.3 and j2sdk1.4.3 in suse linux enterprise server 9.0
    My Java program
    import java.util.*;
    import java.text.*;
    public class TestDate
    public static void main(String s[])
         try{
              DateFormat DF = new SimpleDateFormat( "dd/MM/yyyy");
    DateFormat DT = new SimpleDateFormat("hh:mm aa");
              SimpleDateFormat fmt=new SimpleDateFormat("HH.mm");
              Calendar cal= Calendar.getInstance();
              java.util.Date dt=cal.getTime();
              String curdt=DT.format(dt);
              System.out.println("Server Time" + curdt + "\n");
              int hh = cal.get(Calendar.HOUR);
              int mm = cal.get(Calendar.MINUTE);
              int aa = cal.get(Calendar.AM_PM);
              System.out.println("Time" + hh +":"+mm+":"+aa+"\n");
         }catch(Exception e) {
         e.printStackTrace();
    This display Time3:30:1
    My JSP Page
    <%@ page import="java.util.*,java.text.*"%>
    <%
    Calendar calen;
    calen = Calendar.getInstance();
    int hh=calen.get(Calendar.HOUR);
         int mm=calen.get(Calendar.MINUTE);
         int aa=calen.get(Calendar.AM_PM);
    %>
    <%=hh%> <%=mm%> <%=aa%>
    This display 2 30 1
    When I run Date in linux server it gives 3:30 PM EST 2004
    I am really confused, why this is happening, If you have any solutions or idea please post the solution.

    My guess is that the weirdness is caused by Daylight savings time.
    I will presume that you and the server are in the same timezone :-)
    Alternatively it could be caused by getting a different Locale.
    Try the following
    Print out "date.getTime()" value (ie long representing number of millis)
    They should be the same (or close) in both the app and in JSP
    Try simple date format in your JSP as well - what does that result in?
    Print the calendar object, and look for the difference.
    It might be in Locale, Timezone, or whether DST is set or not.
    Hope this helps,
    evnafets

  • [SOLVED] Arch displays wrong time - 2 hours forward

    Hi.
    After package upgrade today and reboot, my clock displays wrong time - it's going 2 hours too fast.
    I didn't changed anything in rc.conf. BIOS clock is fine.
    I us localtime, timezone: Europe/Warsaw.
    How can I repair it?
    EDIT: I just used date to re-adjust my clock.
    Last edited by weakhead (2009-08-26 13:37:59)

    Same Problem, solved by setting "localtime" instead of "local" in rc.conf.
    I don't know what changed because it worked before. Maybe an update in scripts that did recognize "local" but doesn't anymore ?
    ++ B.
    EDIT : [2009-08-24 13:37] upgraded initscripts (2009.07-3 -> 2009.08-1) that may be caused by that initscripts update !
    EDIT 2 : It is the initscripts, I did not see I had a pacnew rc.conf
    Last edited by maxi_jac (2009-08-28 09:59:56)

  • AnyGantt APEX chart wrong Time Format

    I'm trying to create an anyGantt chart within APEX but the XML keeps misconverting the time section of date. Thus, where an activity should start on 05-11-2012 15:16:17 (DD-MM-YYYY HH24:MI:SS), it actually starts on 05-11-2012 12:11:00. It seems to take the Year as the Hour and the Month as Minutes, but assigns nothing to the minutes. The Year is also random, it's either 0, 1, 12, or 13.
    So say I have this Record:
    ID___________NAME______________DATE_START_____________________DATE_END_____________________________DRIVERID
    2____________Driving_____________21-9-2012 12:04:40_______________22-9-2012 13:05:50______________________228And complete this statement:
    SELECT null link,
    t.driverid resource_id,
    TRIM(r.lastname) || ', ' || r.firstname resource_name,
    NULL parent_id,
    t.date_start actual_start,
    t.date_end actual_end
    FROM "user"."gantt" t, "user"."drivers" r
    WHERE r.driverid = t.driveridThe Gantt chart translates this activity to:
    RESOURCE_NAME______RESOURCE_ID_______________ACTUAL_START______________ACTUAL_END
    Sleeman,_Bob_________228________________________21-9-2012 *01:09:00*___________22-9-2012 *01:09:00*Thus giving me a wrong gantt chart, as these records would overlap, and start at the wrong time.
    The XML settings are as following:
    <settings>
    ________<title_enabled="False"_/>
    <outer_margin_left="0"_top="0"_right="0"_bottom="0"_/>
    ____<background>
    __________<fill_type="Solid"_color="0xFFFFFF"_/>
    __________<border_enabled="false"/>
    __________<corners_type="Square"/>
    ____</background>
    ____<navigation_enabled="true"_/>
    ____<locale>
    _______<date_time_format_week_starts_from_monday="True">
    _________<months>
    ___________<names>Januari,Februari,Maart,April,Mei,Juni,Juli,Augustus,September,Oktober,November,December</names>
    ___________<short_names>Jan,Feb,Mar,Apr,Mei,Jun,Jul,Aug,Sep,Okt,Nov,Dec</short_names>
    _________</months>
    _________<week_days>
    ___________<names>Zondag,Maandag,Dinsdag,Woensdag,Donderdag,Vrijdag,Zaterdag</names>
    ___________<short_names>Sun,Mon,Tue,Wed,Thu,Fri,Sat</short_names>
    _________</week_days>_
    _______<format>
    __________<full><![CDATA[%yyyy.%MM.%dd.%HH.%mm.%ss]]></full>
    __________<date><![CDATA[%yyyy.%MM.%dd]]></date>
    __________<time><![CDATA[%HH.%mm.%ss]]></time>
    ________</format>
    _____</date_time_format>
    ____</locale>
    _</settings>I know the default format for the 24-hour notation in Oracle is "HH24" and the minute notation is "mi" and not "mm", but the notation in AnyGantt says minutes are %mm (lowercase) and months are %MM. The notation in anyGantt is different from the Oracle-notation. Who can explain this problem, and better, solve it?

    Hi Rik,
    Thanks for providing the login credentials to your example. I hope you don't mind but I've created a second Gantt chart on the page, to illustrate how to display the time component for the tasks on the chart.
    In order to represent the time component on your charts, you need to use TIMESTAMP columns in your chart query. If you run your existing query from the chart in SQL Workshop, you'll see that the results only return the date component, and do not include the time. In order to retrieve the time component, you would need to use the TO_CHAR function on your DATE columns, which you have done for your report on the same page. Given that the chart query syntax must either reference DATE or TIMESTAMP columns, you therefore need to use the TO_TIMESTAMP function in this situation to ensure that you're capturing the date and time. I've got an example on my sample application, here: http://apex.oracle.com/pls/apex/f?p=36648:83.
    So to get the chart displaying the correct information, I did the following:
    1) Updated the chart series query to use TO_TIMESTAMP on your DATE columns
    2) Updated the Application Timestamp Format via the Edit Application Properties page, changing it from DS to DD-MON-YYYY HH:MIPM, otherwise your timestamp values would still not display the time component.
    Let me know if you've any further questions. I hope this helps.
    Regards,
    Hilary

  • When double to digital indicator set to display in time format... Value changes.

    Dear all,
    I am having trouble displaying the value I want. I have a double value say 320 sent to a digital indicator where I have edited the properites of it to display in a time format containing only minutes and seconds like so, '3:20'. Unfortunately it'll take the value and change it to a another value and display that. I do not know what the issue is. If anyone knows the solution... PLEASE post!
    There is an image attatched! 
    Thanks.
    Solved!
    Go to Solution.
    Attachments:
    img.JPG ‏24 KB

    I only believe so due to the fact that when I convert a value from time stamp to double such as 3:20 it gave me 320. So I thought that the reverse might be try. Should I just input the total amount of seconds and that will output the Minuteseconds that I want?
    Thanks for quick reply.

  • Nano World time displaying wrong time!!

    I just got hold of my ipod nano this morning. Was so looking forward to it till i found out later on that it wouldn't work with my 3rd party USB2 pci card. That was fine, i just used USB1.1 which took really really really long.
    Finally, when it was done, i got to fiddling with it. I toggled to the World Clock and thought it'd be cool to fiddle with it. What i found was that the world clock is displaying all the WRONG times. I'm currently in Perth, Australia which is +8GMT. The ipod's main clock and date are all set correctly, and timezone set to Beijing, which is +8GMT equivalent.
    But, when i get the world clock feature to display with my time, it displays 7AM (the real time is 3PM). It's the same with the other regions/times as well. Anybody else have this problem?
    Hope somebody comes up with a fix
    Thanks!

    First, u pop the CD that came with the nano into your computer. Then, you locate the ipod software updater. Just launch that program, click and restore and follow the on scree instructions.
    You should be good to go after that

  • CP-7942G displaying wrong time, CME 8.1

    CME 8.1  - IOS ver 15.1(2)T1 - All IP phones (type 6921, 7962) are showing the correct time (according to the time zone) except the  7942G (it shows the GMT time without the zone from the router or from the telephony service applied). On the 'Device Information' the phone does not shows any time zone although the time-zone command under telephony-service is there.
    telephony-service
    cnf-file location flash:
    cnf-file perphone
    load 7942 SCCP42.8-4-4S
    load 6921 SCCP69xx.8-5-3-0
    time-zone 30
    time-format 24
    date-format dd-mm-yy
    MAC Address
    18EF639E4723
    Host Name
    SEP18EF639E4723
    App Load ID
    jar42sccp.8-5-4TH1-6.sbn
    Boot Load ID
    tnp42.8-3-1-21a.bin
    Version
    SCCP42.8-5-4S
    Hardware Revision
    11.0
    Model Number
    CP-7942G
    UDI
    phone
    Cisco Unified IP Phone 7942G, Global
    CP-7942G
    V06
    Time
    13:15:15
    Time Zone
    Date
    10/12/10

    Hi kholevas,
    This is not an uncommon issue that should be quite fixable
    Troubleshooting Incorrect Time Stamp on IP Phones in Cisco Unified CME
    http://www.cisco.com/en/US/docs/voice_ip_comm/cucme/troubleshooting/guide/ts_time.html#wp1053981
    After changing the time-zone setting you could follow these steps.
    Usage Guidelines
    This command works with the vendorConfig section of the Sep*.conf.xml configuration file, which is read by the phone firmware when the Cisco IP Phone is booted up. Certain phones, such as the Cisco Unified IP Phone 7906 , 7911, 7931, 7941, 7942, 7945, 7961, 7962, 7965, 7970 , 7971, and 7975, obtain Coordinated Universal Time (UTC) from the clock of the Cisco router. To display the correct local time, the time display on these phones must be offset by using this command.
    This command is not required for Cisco Unified IP Phone 7902G, 7905G, 7912G, 7920, 7921, 7935, 7936, 7940, 7960, or 7985G.
    For changes to the time-zone settings take effect, the Sep*.conf.xml file must be updated by using the create cnf-files command and the Cisco IP phones must rebooted by using the reset command.
    http://www.cisco.com/en/US/docs/voice_ip_comm/cucme/command/reference/cme_t1ht.html#wp1023398
    under the telephony-service -
    no create cnf-files
    create cnf-files
    Then reboot the individual phones
    Cheers!
    Rob

  • Why does the iPhone 5c display wrong time?

    My iphone 5c currently started displaying the wrong time. I hadnt updated the software yet and thought this was the source of the issue. After the update was complete the time was still incorrect. I have tried syncing my phone with itunes, deleting world clocks, doing hard resets, even wiped the phone back to factory settings. Nothing has worked

    Ok, so this is a two fold problem.  One just like brad805 pointed out you have to have Settings App > General > Date & Time > if Set Automatically is OFF > ON, if it was ON > OFF > Set Date & Time yourself (but when you bring up this screen to manually set time there is this little reminder about having location services set to ON for it to change time zones correctly).  So, leave it  Settings App > General > Date & Time > if Set Automatically is OFF > ON, now go back to Settings App>Privacy>Location Services>ON (if off).  Once I did this (which mine was off) and I went back to Date & Time instead of it thinking I was in New York, it now showed a very complicated America/Indiana/Indiana... (I suspect this is due to the fact that Indiana has 3 time zones EST, EDT (for the counties that observe) and CDT).  Now time is running automatic and smoothly.  This was on an iPhone 5c 16 GB running 7.1.2 on Verizon.  I hope this helps.
    On a side note, its sad that techs in the store cannot read the screen and Apples little notes on it to help you out.

  • Outlook 2013 calendar displays wrong time on iPhone calendar

    I would like to start by saying this is definitely NOT a time zone issue.  I have researched the internet and apple and have not been able to find a solution as of yet.  This is also not restricted to my phone.  We have our work calendar in Outlook 2013.  When it syncs to my iPhone 5c and my boss' iPhone 4s it displays the time of the event exactly 7 hours earlier.  I have checked the Outlook time zone and the iPhone time zone (in both places, general and the mail/contacts/calendar settings).  They are all displayed in the current time zone.  I have selected and deselected the auto setting for the time zone as well.  Nothing has worked!  I'm wondering if it has something to do with an update.  It was working just fine for years and now all of a sudden displays the wrong time.  PLEASE HELP! Thanks.

    Hi Cath,
    Yes, it is a by default settings to delete meeting requests after it is responded. As what Vasil says, we can change the following Outlook settings to leave the meeting request message in Inbox:
    1. Click File > Options.
    2. In Mail option, on Send messages part, uncheck Delete meeting requests and notifications from Inbox after responding option.
    3. Click OK to save the settings.
    Then check whether the issue persists.
    Regards,
    Winnie Liang
    TechNet Community Support

  • Ftp displays wrong time in Win7 explorer - other computers on XP or previous see the correct time

    NO ANSWER TO THIS QUESTION IN OVER A YEAR? Shame on Microsoft
    Windows7,
    Explorer is showing a -6 hour difference in time from my actualfile
    date. This is NOT simply the time difference between my computer
    (in Central time zone) and the server (on Eastern time). Explorer is ignoring the server's time stamp and subtracting exactly 6 hours from the time of the what the server should say. I know this because I'm also looking at the exact same folder and files using
    XP and the time stamps are exactly as they should be. I modified a file locally (on Windows 7) and copied it up to the server. The time stamp local is 9:36a. The time stamp on the server should be 10:36a, but instead it says 4:36a. So, I copied a file from
    the server back to here and it reports locally 6 hours later (10:38a) than what is on the server (4:38a). Looking at the exact same files through explorer on XP shows that the time should have been 10:38a.
    If it wasn't for time showing correctly on XP, I'd assume it was a problem at the server, but there seems to be something in either the display of time, or in the way it sends thefile'stime-stamp.
    And now I'm testing it on another ftpserver,
    which I think has their time set to UTC (my 10:00a is their 4:00p). Using XP, I create a brand new file locally, and transmit it to this server. It initially appears with the same timestamp as the original file (10:16a). I then do a refresh of the server list
    (in XP) and it jumps forward 6 hours (4:16p). I look at this server with Windows 7 and it shows that the file has a timestamp of 10:16a. So Icopy
    that file (using Windows 7) to its local drive and it tells me that the timestamp is 4:16p (later today).
    I've triple-checked my PC's time settings (set to UTC-06:00 Central Time). I've verified with the first server's techies that the PC is in Eastern time (I've not reached the other server's people yet). In both cases, however, Windows 7 is showing the time of
    the files on the ftp servers to be 6 hours earlier than their actual time-stamp.

    I have had the same problem with WIN7 explorer, viewing file timestamps with FTP on a remote web server. If you copy the remote URL address and use IE9 to view the same folder, you will see the correct file timestamps.  Also if you temporarily change
    the time zone on your local machine to "Coordinated Universal Time" UTC-0 then you will see the correct file timestamps of when the files were actually created on the remote server. I guess that Microsoft chose to make this change in Windows 7 so that
    we would be aware that FTP on servers actually use UTC-0 time for a timestamp when they create a new file.  Just remember to change your local machine time zone back to normal when you are done.

  • One of my STBs displays wrong time

    Ever since the time change a few weeks ago, one of my STB's is showing an hour earlier.  I'm on Eastern time and the STB is displaying Central time.  The guide is also set to this time zone.  For example, it's 9 pm and time for a certain show.  This STB shows the time as 8 pm and the guide displays the show as starting at 8.
    Another STB and my DVR are fine.  Any advice would be appreciated.  I already went online and reset my box.

    try unplugging the power to the set top box and leave it unplugged for 1 full minute before you plug it back in.    wait til the time reappears.    if that does not work, call tech support and tell them  they will refresh the programming  1-888-553-1555
    cjacobs001

  • WHY DOES PHONE DISPLAY WRONG TIME ,DAY,AND DATE

    HOW TO FIX IPHONE SHOWING WRONG TIME DATE DAY?

    Check Settings > General > Date & Time > Set Automatically & Time Zone.

  • HT4623 iOS 8 version 8.1.2 issues with the calendar displaying wrong TIME ZONE!

    I just updated to iOS 8 using version 8.1.2 and am having issues with the calendar.  I use my GMAIL calendar and sync to my iPhone and now any calendar entries that I add from my phone display the current time zone AND GMT time.  Entries that were already there display correctly.  New entries entered from the GMAIL calendar also display correctly.  The issue is with NEW entries entered on my PHONE into the calendar.  This is very annoying and causes problems for new entries that need EDITED.  Once opened to edit it defaults to GMT time!  WRONG!!  I have turned off the automatic time zone feature and Time Zone Override in Settings but it's still WRONG!  There are multiple reports of this online so I would like to know when/if it will be corrected or if there is a fix!  Please help!!

    Quite the same problem here, GMT, UTC.......
    Why when they do an update they don't check it completely???

  • Date and time formatting in excel spreadsheet

    Hi:
    When I try to pass the data from jsp to excel , the excel sheet can't publish the date and time in the pattern that I wanted. I used SimpleDateFormat to format the date and time when I passed the data from jsp.
    SimpleDateFormat formatter=new SimpleDateFormat ("MM/dd/yyyy HH:mm:ss a");
    Could anyone tell me a solution.
    Thanks.

    Can you describe your problem a bit more. How are you passing the data, what is the error being seen in excel

  • MacBook Pro Displays Wrong Time

    Every time I start up my MacBook Pro, the time which it displays is wrong by a few hours. I have to go in and change it back to the right time, but once again, once i restart it, it is wrong. This problem, is not really a big deal, but it is getting extremely annoying. I would greatly appreciate help with resolving this issue. Thank you.

    Since some time parameters (such as time zone setting) are stored in PRAM, resetting the PRAM may help.
    http://docs.info.apple.com/article.html?artnum=2238

Maybe you are looking for

  • Why is creative cloud just a blank white page? This has only happened recently, and I can find nothing to tell me how to fix it!!!!

    Creative cloud won't load, nor can I shut it down. Every time I click on the icon the drop down is blank. (using a mac)

  • Unable to Upload files

    I am getting a number of different error messages. See below: 1. The upload has failed. There was a problem running a virus scan for the file. 2. The upload has failed. -metadata error Then, occasionally it will upload, but when I go to the iPad to v

  • DD250 Invoice report

    Has anybody out there ever created a DD250 invoice report using Oracle Reports. I am told that it is impossible to accomplish because it contains an extremely small font that you cannot use in Oracle Reports. Is this true or the person who told me th

  • Need badi for this scenario

    Dear Experts, My requirement is in the VA01 transaction after the entering data in to sold-to-party(KUAGV-KUNNR) it has to display one pop-up , In that have to maintain transport analysis i.e plant,dist,cost,mode of transportation.when ever user clic

  • CRM4.0: Add a text note at a PC-UI page

    Hi, I want to add a text note to a PC-UI page. The text should always be the same for every business transaction and therefore not be added as separate field. Is there a possibility to add a constant text note (150 char), without defining a new field