Correcting my clock in rc.conf?[SOLVED]

It's been wrong for quite a while but had bigger problems and didn't really bother. Now, finally, I got Arch running nice with most stuf working fine so I want to fix my clock. Iv'e tr ied setting it to "Europe/Stockholm" which made it two hours later when I want it like 8 hours earlier. I also saw there was an "GMT-0" option so I tried a GMT-8 without success. It only changed it 2 hours. I have "localtime" set. What can I do?
/Richard

I found this online: http://www.linuxsa.org.au/tips/time.html
try this (taken from the site)
# Run ``date MMDDhhmm'' to set the current system date/time.
# Type ``/sbin/hwclock --systohc [--utc]'' to set the hardware clock.

Similar Messages

  • [solved] Correct time settings in rc.conf

    I'm having weird problems with the time settings (kmail displaying the wrong timeso I was wondering what the correct settings in my rc.conf regarding time should be.
    My HW-clock is set tu UTC and I'm living in Austria (Central european summertime).
    Last edited by mata_svada (2007-05-07 14:11:15)

    Good evening.
    I'm from Ausria as well and these settings work perfectly well for me.
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="de_AT.utf8"
    HARDWARECLOCK="localtime"
    TIMEZONE="Europe/Vienna"

  • IDVD is producing DVDs which chop the edges off my video.  I have tried changing the aspect ratio between 4:3 and 16:9 but it hasn't helped.  My TV is definitely on the correct settings.  How can I solve this?

    iDVD is producing DVDs which chop the edges off my video.  I have tried changing the aspect ratio between 4:3 and 16:9 but it hasn't helped.  My TV is definitely on the correct settings.  How can I solve this?

    One way to to put the videos into an iDVD slideshow
    and set iDVD's Slideshow preferences to always scale slides to TV Safe Area. 
    However, some users have reported that the audio quality using this method is lessened.  I've not noticed it but then I don't have a good ear when it comes to that sort of thing. If you add more than one video in the same slideshow do not select any transition.
    OT

  • Error Message:"Cannot find or create the font 'WP-MathA'. Some characters may not display or print correctly."  Who can help me solve this problem?

    Some of the pdf files I work with (receive) come up with a comment: “Cannot find or create the font ‘WP-MathA’. Some characters may not display or print correctly.”  Who can help me solve this problem?
    Thank you in advance for  your time.
    Marlen

    Hello Anubha,
    I am having a similar problem on my machine.  I was using Word 2008 and I created a PDF inside Word.
    I am opening the file on the system itself and I am running Windows 8.1.  I am using Version 11 of Reader.
    When the PDF I created (my resume) attempts to open, it says:  cannot find or create the file Times, Bold.  Some characters may not display or print correctly. 
    However, the entire Reader keeps freezing and will not allow me to open or test print the document.  Also, it is not displaying any of the Bold Times New Roman Print.  Can you please help?  Thanks.

  • Creation of Functional, Minimal, and Correct Xorg.conf [SOLVED]

    Being fairly new to GNU/Linux in general, and totally green in doing things myself, I foolishly avoided the building of an xorg.conf. Following the beginner's guide in the wiki, I just did an "xorg --configure" which created a base xorg.conf for me. It worked, and I noticed no problems in the general use of my window manager (xmonad). I have an ATI Mobility Radeon X1300.
    I discovered today that I was using the radeonhd driver which was giving me terrible performance in OpenGL applications, so edited xorg.conf to revert back to the plain radeon driver. Upon restarting X, my performance problems were gone, but my fonts in the Firefox interface devolved... I have taken this a wakeup call to actually write a good xorg.conf and to understand what everything in it is for.
    I have done plenty of configuration, though I have never before looked into editing the dreaded xorg.conf, coming from Ubuntu, so I know very little. Any help would be greatly appreciated.
    Specifics:
    What parts are necessary?
    How do I get the fonts I had before back?
    Graphics is all that concerns me, I have no strange input devices, and my touchpad works fine (I configured the fdi files for that).
    I will list my current xorg.conf below. Fonts worked before I changed the driver from radeonhd to radeon and enabled the option for EXA. Before these changes, all the text contained therein was created automagically by xorg. I have a feeling most of this is unnecessary.
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "glx"
    Load "extmod"
    Load "record"
    Load "dri"
    Load "dbe"
    Load "dri2"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "AccelMethod" # [<str>]
    #Option "offscreensize" # [<str>]
    #Option "SWcursor" # [<bool>]
    #Option "ignoreconnector" # [<str>]
    #Option "forcereduced" # [<bool>]
    #Option "forcedpi" # <i>
    #Option "useconfiguredmonitor" # [<bool>]
    #Option "HPD" # <str>
    #Option "NoRandr" # [<bool>]
    #Option "RROutputOrder" # [<str>]
    #Option "DRI" # [<bool>]
    #Option "TVMode" # [<str>]
    #Option "ScaleType" # [<str>]
    #Option "UseAtomBIOS" # [<bool>]
    #Option "AtomBIOS" # [<str>]
    #Option "UnverifiedFeatures" # [<bool>]
    #Option "Audio" # [<bool>]
    #Option "HDMI" # [<str>]
    #Option "COHERENT" # [<str>]
    Identifier "Card0"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "M52 [Mobility Radeon X1300]"
    BusID "PCI:1:0:0"
    Option "AccelMethod" "EXA"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Last edited by egan (2009-09-27 17:28:50)

    skottish wrote:
    X searches all of the directories that you had in your original xorg.conf file, and it will load whatever it needs automatically. I don't think your problem is specifically with xorg.conf (or lack of), I think what you're seeing is the DPI changing between drivers.
    Try this with each driver loaded and see if they're different:
    xdpyinfo | grep resolution
    Ah, yes indeed!
    radeonhd: 96x96
    radeon: 129x127
    How do I get X with the radeon driver to use 96x96?
    EDIT: Adding a dpi argument of 96 to /etc/X11/xinit/xserverrc fixed the problem. I didn't occur to me that the two drivers would use different dpis.
    Thank you so much!
    Last edited by egan (2009-09-27 17:13:28)

  • Cannot enable wget in pacman.conf(solved)

    Pacman does not recognize wget in /etc/pacman.conf....
    [root@n6re ~]# pacman -Scc
    error: config file /etc/pacman.conf, line 19: directive 'xferCommand' noted.
    [root@n6re ~]#
    Attempting to eliminate pacman's filling of my /root partition during full system download I attempted to use wget to aid in downloading.  The result is noted above.
    My root partition is filled...used
    pacman -Scc
    once but the problem repeated.  Some users use wget to solve the problem so I tried that .
    Attempted to use:
    pacman -Q |less
    The same error concerning wget occured again and no display of installed packages ensued.
    So for the present cannot state which pacman version I have installed.
    Will restore /etc/pacman.conf to original condition and report further on this problem.
    Last edited by lilsirecho (2009-10-10 06:19:32)

    Thanks for the sharp eye.
    Reset my modem, re-installed pacman and corrected the pacman.conf entry for wget.
    All is well again....

  • Grub failing to read newest grub.conf [Solved]

    I have been working on installing archlinux and xen to run a xenserver with archlinux as my dom0. The installation of the grub went fine. A potential problem was me trying to install grub to my boot partition the first time on accident. Following are the commands I used to install grub.
    # grub-install /dev/sda1
    As you'd expect, I was informed that installing this way was a bad idea, and that the installation would not continue. I meant to use the following command instead:
    # grub-install /dev/sda
    Which completed successfully.
    After that, I created the grub.conf
    # grub-mkconfig -o /boot/grub/grub.config
    Completed successfully.
    The actual output of these commands are exactly what I would have expected from them. If desired, I can post the output, but they were what would be expected form a successfully completed command.
    After running through the installation and creation of the grub.conf file, I rebooted and was presented with the grub menu selection screen. While the xen entry was certainly found and put in the grub.conf (which I checked afterwords), there were only two entries: Archlinux and Archlinux booting from the backup ramfs. Thinking that this may have been the correct behavior for a server that is running a baremetal hypervisor, I choose the normal Archlinux entry and was greeted with an error screen informing me that a UUID for a partition that does not exist was not able to be found. Trying the bakup archlinux entry gave me the same result.
    I am now unable to boot the system. Rebooting into live media, remounting partitions, arch-chroot into the /mnt directory, and reinstalling grub and recreating the grub.conf file has gotten me nowhere.I have several questions about this:
    Is it possible that the UUIDs and grub.conf from my previous install could have been preserved somehow? The previous install used gpt partitioning while this one used mbr.
    Is there something that I am missing to get grub to create the file and use it?
    Do special procedures have to be followed to clear gpt formatted disks before using mbr?
    Last edited by ephreal (2015-03-15 05:42:40)

    Having no luck, I looked into syslinux a bit and gave it a try, and am now booting just fine. This doesn't solve the initial issue of having grub consistently show the wrong UUID, but it is a workaround.
    Thank you Head_On_A_Stick for the clarification.
    EDIT: The information for setting up xen with syslinux was found here and here. I'd just like to remind anyone using syslinux for the first time that the default root partition is /dev/sda3 and has to be changed in the config file. Got me 5 times in a row!
    Last edited by ephreal (2015-03-15 05:52:24)

  • OS X keeps "correcting" the clock

    Hi.
    While being an exchange student i Lynnwood WA, i bought a Macbook Pro 13". And now, after moving back to Denmark, I can't make it show the correct time.
    I've tried this: http://support.apple.com/kb/TS2538
    But at step 4, there isn't a folder called "localtime" but a shortcut to a file in "/usr/share/zoneinfo/Europe"
    And deleting the shortcut, dosen't solve the problem.
    I've even tried manually setting the time but the next day the clock have reset and is once again 1 hour ahead

    Have you tried changing different things in preferences?
    In the "Language & Text" preference under Formats, make sure the correct region is selected.
    In the "Date & Time" preference try unselecting the automatic option in both Date & Time and Time Zone. Or make sure the proper region is selected in both.
    If all that doesn't work, try resetting the PRAM. http://support.apple.com/kb/ht1379
    Other slight possibility is that your PRAM battery has problems. However, I'm not sure how to fix that. I'd call apple for that.

  • How to Correct Dashboard Clock?

    The clock on my Dashboard and the time in the top righthand corner of my screen have been about 17 minutes late ever since I bought my MacBook. The Dashboard clock is set to the correct geographic location. How do I correct this?

    Peter:
    Welcome to Apple Discussions.
    Try clicking on the clock on the menu bar and lauch Date and Time Preferences. Make sure Set Date and Time automatically is checked. The dropdown menu should have Apple Americas/U.S. (time.apple.com) selected. Change the time manually, if you need to. If it still wants to regress to being slow I suggest that you make an appointment at the Genius Bar and have them take a look. There is no charge for looking.
    cornelius
    Message was edited by: cornelius

  • Override CFLAGS and CXFLAGS from /etc/makepkg.conf [solved]

    This might be a stupid question, but here goes: if I redefine variables such as CFLAGS and CXXFLAGS from within a PKGBUILD, any subsequent make would use the new ones rather than the ones defined in /etc/makepkg.conf ...right?  I'm assuming that makepkg reads them once when the user invokes it.
    Thanks.
    Last edited by graysky (2011-01-15 11:58:58)

    Thanks.  I looked at /usr/bin/makepkg and I believe this is the case, but I don't know of a way to check after I compile them.  Is there some place I can look within the final NAME.tar.xz to see which CFLAGS were used?  (Again, I think the answer here is "no").

  • Systemd email not working (can't find ssmtp.conf) [solved]

    I set up systemd to send email when a unit fails, as described here: https://wiki.archlinux.org/index.php/Sy … ers#MAILTO
    But when I run:
    systemctl status [email protected]
    I get the error:
    [email protected] - status email for dbus to user1
    Loaded: loaded (/etc/systemd/system/[email protected]; static; vendor preset: disabled)
    Active: failed (Result: exit-code) since Sun 2015-06-14 10:19:36 MDT; 20min ago
    Process: 31229 ExecStart=/usr/local/bin/systemd-email [email protected] %i (code=exited, status=1/FAILURE)
    Main PID: 31229 (code=exited, status=1/FAILURE)
    Jun 14 10:19:36 sindhu systemd[1]: Starting status email for dbus to user1...
    Jun 14 10:19:36 sindhu sSMTP[31230]: /etc/ssmtp/ssmtp.conf not found
    Jun 14 10:19:36 sindhu sSMTP[31230]: Unable to locate mailhub
    Jun 14 10:19:36 sindhu systemd-email[31229]: sendmail: Cannot open mailhub:25
    Jun 14 10:19:36 sindhu systemd[1]: [email protected]: main pro...RE
    Jun 14 10:19:36 sindhu systemd[1]: Failed to start status email for dbus to ...1.
    Jun 14 10:19:36 sindhu systemd[1]: Unit [email protected] ente...1.
    Jun 14 10:19:36 sindhu systemd[1]: [email protected] failed.
    Hint: Some lines were ellipsized, use -l to show in full.
    /etc/ssmtp/ssmtp.conf is in fact present, and configured as suggested in the Arch wiki.
    If I run something like:
    echo -e "To: [email protected]\nFrom: [email protected]\nSubject: Hello Notification\n\n Hello, this is a test"|ssmtp [email protected]
    I receive email as expected.
    Last edited by emacsomancer (Yesterday 00:49:17)

    I made a test:  I ran a "status" - "start" - "status" sequence, then rebooted and ran a "start" - "status" sequence. Both times successful, no errors reported. Here are the logs from my virtual box, where I made those experiments as user "wm".
    The status+start+status log
    cze 22 00:41:33 arch login[306]: LOGIN ON tty1 BY wm
    cze 22 00:42:34 arch sudo[376]: wm : TTY=tty1 ; PWD=/home/wm ; USER=root ; COMMAND=/usr/bin/systemctl status [email protected]
    cze 22 00:42:34 arch sudo[376]: pam_unix(sudo:session): session opened for user root by wm(uid=0)
    cze 22 00:42:38 arch sudo[376]: pam_unix(sudo:session): session closed for user root
    cze 22 00:43:34 arch sudo[382]: wm : TTY=tty1 ; PWD=/home/wm ; USER=root ; COMMAND=/usr/bin/systemctl start [email protected]
    cze 22 00:43:34 arch sudo[382]: pam_unix(sudo:session): session opened for user root by wm(uid=0)
    cze 22 00:43:34 arch dbus[300]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
    cze 22 00:43:34 arch systemd[1]: Starting Authorization Manager...
    cze 22 00:43:34 arch polkitd[387]: Started polkitd version 0.113
    cze 22 00:43:34 arch polkitd[387]: Loading rules from directory /etc/polkit-1/rules.d
    cze 22 00:43:34 arch polkitd[387]: Loading rules from directory /usr/share/polkit-1/rules.d
    cze 22 00:43:34 arch polkitd[387]: Finished loading, compiling and executing 1 rules
    cze 22 00:43:34 arch dbus[300]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    cze 22 00:43:34 arch systemd[1]: Started Authorization Manager.
    cze 22 00:43:34 arch polkitd[387]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
    cze 22 00:43:34 arch polkitd[387]: Registered Authentication Agent for unix-process:383:19398 (system bus name :1.3 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale pl_PL.UTF-8)
    cze 22 00:43:34 arch systemd[1]: Created slice system-status\x2demail\x2duser1.slice.
    cze 22 00:43:34 arch systemd[1]: Starting system-status\x2demail\x2duser1.slice.
    cze 22 00:43:34 arch systemd[1]: Starting status email for dbus to [email protected]...
    cze 22 00:43:39 arch sSMTP[396]: Creating SSL connection to host
    cze 22 00:43:39 arch sSMTP[396]: SSL connection using ECDHE-RSA-AES128-GCM-SHA256
    cze 22 00:43:42 arch sSMTP[396]: Sent mail for root@arch (221 2.0.0 closing connection di7sm14260437wib.23 - gsmtp) uid=99 username=nobody outbytes=1312
    cze 22 00:43:42 arch polkitd[387]: Unregistered Authentication Agent for unix-process:383:19398 (system bus name :1.3, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale pl_PL.UTF-8) (disconnected from bus)
    cze 22 00:43:42 arch sudo[382]: pam_unix(sudo:session): session closed for user root
    cze 22 00:43:42 arch systemd[1]: Started status email for dbus to [email protected].
    cze 22 00:45:15 arch sudo[405]: wm : TTY=tty1 ; PWD=/home/wm ; USER=root ; COMMAND=/usr/bin/systemctl status [email protected]
    cze 22 00:45:15 arch sudo[405]: pam_unix(sudo:session): session opened for user root by wm(uid=0)
    cze 22 00:45:15 arch sudo[405]: pam_unix(sudo:session): session closed for user root
    and the start+status log
    cze 22 00:58:19 arch login[308]: LOGIN ON tty1 BY wm
    cze 22 00:59:50 arch sudo[378]: wm : TTY=tty1 ; PWD=/home/wm ; USER=root ; COMMAND=/usr/bin/systemctl start [email protected]
    cze 22 00:59:50 arch sudo[378]: pam_unix(sudo:session): session opened for user root by wm(uid=0)
    cze 22 00:59:51 arch dbus[301]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
    cze 22 00:59:51 arch systemd[1]: Starting Authorization Manager...
    cze 22 00:59:51 arch polkitd[383]: Started polkitd version 0.113
    cze 22 00:59:51 arch polkitd[383]: Loading rules from directory /etc/polkit-1/rules.d
    cze 22 00:59:51 arch polkitd[383]: Loading rules from directory /usr/share/polkit-1/rules.d
    cze 22 00:59:51 arch polkitd[383]: Finished loading, compiling and executing 1 rules
    cze 22 00:59:51 arch dbus[301]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    cze 22 00:59:51 arch systemd[1]: Started Authorization Manager.
    cze 22 00:59:51 arch polkitd[383]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
    cze 22 00:59:51 arch polkitd[383]: Registered Authentication Agent for unix-process:379:16268 (system bus name :1.3 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale pl_PL.UTF-8)
    cze 22 00:59:51 arch systemd[1]: Created slice system-status\x2demail\x2duser1.slice.
    cze 22 00:59:51 arch systemd[1]: Starting system-status\x2demail\x2duser1.slice.
    cze 22 00:59:51 arch systemd[1]: Starting status email for dbus to [email protected]...
    cze 22 00:59:57 arch sSMTP[392]: Creating SSL connection to host
    cze 22 00:59:59 arch sSMTP[392]: SSL connection using ECDHE-RSA-AES128-GCM-SHA256
    cze 22 01:00:01 arch sSMTP[392]: Sent mail for root@arch (221 2.0.0 closing connection f8sm14300037wiy.7 - gsmtp) uid=99 username=nobody outbytes=1312
    cze 22 01:00:01 arch systemd[1]: Started status email for dbus to [email protected].
    cze 22 01:00:01 arch polkitd[383]: Unregistered Authentication Agent for unix-process:379:16268 (system bus name :1.3, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale pl_PL.UTF-8) (disconnected from bus)
    cze 22 01:00:01 arch sudo[378]: pam_unix(sudo:session): session closed for user root
    cze 22 01:00:24 arch sudo[397]: wm : TTY=tty1 ; PWD=/home/wm ; USER=root ; COMMAND=/usr/bin/systemctl status [email protected]
    cze 22 01:00:24 arch sudo[397]: pam_unix(sudo:session): session opened for user root by wm(uid=0)
    cze 22 01:00:24 arch sudo[397]: pam_unix(sudo:session): session closed for user root
    If you still have errors I would think that your e-mail config files might be wrong, but your error message is very strange. So maybe something wrong with permissions. I'm afraid I'm just guessing.
    To be clear.
    Each command
    systemctl start [email protected]
    generated an e-mail message.
    None of
    systemctl status [email protected]
    commands generated any e-mail messages.

  • Dhcpcd overriding /etc/resolv.conf, 'nohook resolv.conf' [solved]

    hello.
    I set dhcpcd not to override the /etc/resolv.conf file:
    [root@ jenia]# cat /etc/dhcpcd.conf
    # A hook script is provided to lookup the hostname if not set by the DHCP
    # server, but it should not be run by default.
    nohook lookup-hostname
    noipv4ll
    nohook resolv.conf <----------------------------------------------------------------------------
    However, this has no effect:
    [root@ jenia]# cat /etc/resolv.conf
    domain members.linode.com
    nameserver 72.14.179.5
    nameserver 72.14.188.5
    nameserver 2600:3c00::2
    nameserver 2600:3c00::3
    options rotate
    [root@ jenia]# systemctl start [email protected]
    [root@ jenia]# cat /etc/resolv.conf
    # This file is managed by systemd-resolved(8). Do not edit.
    # Third party programs must not access this file directly, but
    # only through the symlink at /etc/resolv.conf. To manage
    # resolv.conf(5) in a different way, replace the symlink by a
    # static file or a different symlink.
    nameserver 8.8.8.8
    nameserver 8.8.4.4
    nameserver 2001:4860:4860::8888
    # Too many DNS servers configured, the following entries may be ignored
    nameserver 2001:4860:4860::8844
    As you can see dhcpcd ovveride the /etc/resolv.conf file.
    How can I avoid this? How can I change the file and make the changes permanent.
    Thanks in advance.
    Last edited by jenia (2014-07-16 17:20:02)

    yes. exactly. i removed and used a text editor to make the necessary changes to a file of the same name (/etc/resolv.conf).
    now the changes remained.
    thanks.

  • IPhone World Clock doesn't show the correct times

    How do I get the iPhone to show the correct World Clock times. I have the time zone set to San Diego and the clock time is correct. When I set San Diego as one of the World Clock times it shows a time 7 hours behind. New York is 4 hours behind instead of 3 hours ahead, the same 7 hour bust.

    emr1100 ,
    Have you tried resetting the phone.? Hold down the sleep/wake button and the home button until it restarts. If that doesn't work, try a restore....please back up your data with a sync before you restore the phone. If that doesn't work take it back to the Apple stor and let them take a look at it. They will fix it or give you another phone. Another idea...call AT&T to see if sometining can be "reset" on their end. You never know ...that might work also.
    will2b

  • Workflow not trigerring for Clock-in/clock new entries or corrections

    Dear All,
    I am using the workflow ws12300111 template for clock-in/clock out for approval to manager. Is this appropriate one or anything else is available, whenever i raise request for the clock-in/clock out change in ess a new request is getting generated in UWL of MSS but it is not showing the clock-in/clock out change request for approval.
    Regards,
    Rajasekar.

    It is the correct WF, as there is no other wf available for it
    You need to use the report  RPTCORAPP
    In order to approve the request you have to use the back end report. It
    can approve the requests with the work flow as well.
    We would recommend you to use the
    report for the clock in clock correction approval as there is no
    specific I view available for this as it might be cumbersome for the
    Manager to do mass approval.
    Here are the reports which you can refer.
    ·        RPTCORTMAIL (Clock-In/Out Corrections: Request Correction of
    Errors)
    ·        RPTCOREMAIL (Clock-In/Out Corrections: E-Mails to Involved
    Persons)
    ·        RPTCORPOST (Clock-In/Out Corrections: Post)
    ·        RPTCORSTOPWF (Clock-In/Out Corrections: End Open Processes)
    ·        RPTCORLIST (Clock-In/Out Corrections: Check Corrections)
    ·        RPTCORAPP (Clock-In/Out Corrections: Approve Documents)
    ·        RPTCORERR (Clock-In/Out Corrections: Process Errors in Entries)

  • Doubt Clock-In/Clock-Out Corrections

    Hi,
    We are implementing ESS/MSS on EHP5.
    I have a doubt when configuring Clock in/Clock out corrections. In SPRO "Clock-In/Clock-Out Corrections->Define Processing Processes", I left checked only the option "Corrections Have to Be Approved".
    So I started the tests. I logged on with ESS user, made a correction e saved. After that I logged on POWL with the MSS user (who is the managet of the employee whose made de correction) and the entry was there. I approved, run the report RPTCORPOST and the entry was saved in TEVEN (IT 2011) table. That was perfect!!!
    I went throught the second test, now with manager performing the correction for his employee. I logged with MSS user, selected the employee, made the correction and saved. In my mind, if the manager is correcting a clock-in/clock-out, it should be approved automatically. So, I run the report RPTCORPOST and the entry wasn´t saved in TEVEN (IT 2011) table. I thougth that weird, and i decided to check if the entry could be in POWL. I went to POWL and the entry was there, waiting to be approved.
    The question is: Shouldn´t the entry be automatically approved when the manager performs a correction for his employees?
    Thanks
    Bruno

    Hi Siddharth,
    Thanks for your prompt reply. I will notifiy my customer that this behaviour is an enhance.
    As a suggestion for the future ESS/MSS version, the solution could allow setup this configuration.
    Thank you again.
    Bruno.

Maybe you are looking for

  • [ERROR] Could not complete your request because of a program error

    I receive this ERROR when I try to open in Photoshop CS2 different files from the same project. The file size is about ±52MB, with several layers and SmartObjects. What makes me insane is that I am able to open it on ImageReady CS2 and Illustrator CS

  • How to load image into picturebox

    Hi! Does anyone know how to load image into picturebox by using J2ME? And how to crete the picturebox in the forst place? Thanks! Regards, Jaceline

  • Captivate Player problem with IE

    Hey all, here's a very strange issue I've run across when using Captivate Player and IE: 1) Make sure your IE browser's cache is clean 2) With content that's up on a LMS server, such as Moodle (NOT viewed locally), try to view Captivate content that

  • My external hard drives seem to be mixed up in lr4 and I don't know how to fix them

    My external hard drives seem to be mixed up in lr4 and I don't know how to fix them! Help!

  • Creating DVD-ROM content?

    Premier Pro CS3, Windows XP, 2GB RAM, plenty fast hard drives I'd like to create a DVD with both video and DVD-ROM content. Is that possible? If not, then suggestions for the following ... part of the DVD is video content in the form of slide shows s