Changing Date/Time(zone) on ACS5.1

Would love to know where I can change the date/time(zone) within ACS v5.1.  Changing it in the BIOS doesn't have a zone option, just date/time.  ACS then displays something completely different upon boot.  Haven't been able to find any settings for this in the GUI, and the one link I did find in a discussion points to a doc that apparently I'd need special access for.
Attempting to join this to AD, so instructions on setting up the NTP server would also be helpful.
None of these options were available during the clean setup of 5.1.
Thanks much!

Hi Wayne,
This can be done through the command line over a console/SSH connection.
1. To manually set the clock:
http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_system/5.1/command/reference/cli_app_a.html#wp1036987
2. To configure an NTP server:
http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_system/5.1/command/reference/cli_app_a.html#wp1013780
3. To configure the time zone:
http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_system/5.1/command/reference/cli_app_a.html#wp1013028
Hope this helps,
Fede
If  this helps you and/or answers your question please mark the question as  "answered" and/or rate it, so other users can easily find it.

Similar Messages

  • When I change the time zone of the clock, the "Date created" time information for my documents and image files in the Finder window (and in Get Info) is changed. Can I make the time info in "Date created" remain fixed regardless of the clock's timezone?

    When I change the time zone of the clock, the "Date created" time information for my documents and image files in the Finder window (and in Get Info) is changed. Can I make the time info in "Date created" remain fixed regardless of the clock's timezone?

    When I change the time zone of the clock, the "Date created" time information for my documents and image files in the Finder window (and in Get Info) is changed. Can I make the time info in "Date created" remain fixed regardless of the clock's timezone?

  • How do I get the last changed date & time of a file in app server?

    Hi Experts,
    How do I get the last changed date & time of a file in app server?
    Thanks!
    - Anthony -

    Hi,
    that's what I use...
      CALL 'C_DIR_READ_FINISH'.             " just to be sure
      CALL 'C_DIR_READ_START' ID 'DIR' FIELD p_path.
      IF sy-subrc <> 0.
        EXIT. "Error
      ENDIF.
      DO.
        CLEAR l_srvfil.
        CALL 'C_DIR_READ_NEXT'
          ID 'TYPE'   FIELD l_srvfil-type
          ID 'NAME'   FIELD l_srvfil-file
          ID 'LEN'    FIELD l_srvfil-size
          ID 'OWNER'  FIELD l_srvfil-owner
          ID 'MTIME'  FIELD l_mtime
          ID 'MODE'   FIELD l_srvfil-attri.
    *    l_srvfil-dir = p_path .
        IF sy-subrc = 1.
          EXIT.
        ENDIF." sy-subrc <> 0.
        PERFORM p_to_date_time_tz
          USING    l_mtime
          CHANGING l_srvfil-mod_time
                   l_srvfil-mod_date.
        TRANSLATE l_srvfil-type TO UPPER CASE.               "#EC TRANSLANG
        PERFORM translate_attribute CHANGING l_srvfil-attri.
        CHECK:
          NOT l_srvfil-file = '.',
          l_srvfil-type = 'D' OR
          l_srvfil-type = 'F' .
        APPEND l_srvfil TO lt_srvfil.
      ENDDO.
      CHECK NOT lt_srvfil IS INITIAL.
      pt_srvfil = lt_srvfil.
    FORM p_to_date_time_tz  USING    p_ptime  TYPE p
                            CHANGING p_time   TYPE syuzeit
                                     p_date   TYPE sydatum.
      DATA:
        l_abaptstamp TYPE timestamp,
        l_time       TYPE int4,
        l_opcode     TYPE x VALUE 3,
        l_abstamp    TYPE abstamp.
      l_time = p_ptime.
      CALL 'RstrDateConv'
        ID 'OPCODE' FIELD l_opcode
        ID 'TIMESTAMP' FIELD l_time
        ID 'ABAPSTAMP' FIELD l_abstamp.
      l_abaptstamp = l_abstamp.
      CONVERT TIME STAMP l_abaptstamp TIME ZONE sy-zonlo INTO DATE p_date
          TIME p_time.
    ENDFORM.                    " p_to_date_time_tz
    Regards,
    Clemens

  • Problem caused with appt times by changing calendar time zone support?

    I've got a 30Gb iPod Touch, version 4.0.2.
    I've always kept the Settings' Date & Time timezone for the correct location, but it was only a while back that I realized that there was also a Time Zone under the Settings, Calendar, and so I changed it so that it was correct (it was previously set to Kabul, AF time, and it was then changed to Ottawa, ON time).
    I'm thinking that this may have messed up all my future appointments, as my appointments have been switched to midnight or somewhere near it, for the day prior to when the appointment was supposed to have been. I can't think of anything else that would be causing this, and didn't see this exact problem occurring for anyone else when I did a search of the discussions.
    Does anyone have any idea as to why this is happening and what I can do to set it right?

    Hi Cindiii,
    Time zone support has often been a point of contention and confusion for many users. Unfortunately, there is no simple fix at the present time. Do you have any idea as to why you touch was set to Kabul? Did you buy it new? If not, perhaps the last user had it set to this time?
    In any case, Calendar does allow for its own time zone settings. This is to allow the user to create events for his/her home time zone while traveling. Even if your system time zone reflects the current time zone that you are in, appointments added to Cakendar will show up in the time zine that you choose based in the time zone you set in the Calendar settings.
    This definitely sets up conflicts if you are trying to schedule an appointment that is outside of your home time zone. Now that you have switched the time zone in your Calendar settings to your home time zone, there is nothing you can do about the events already created. As I see it, you have only two options:
    1. Change the time zone back to Kabul time and view your events as though they were your local time, or
    2. Leave the time zone in the Calendar settings to your home time zone and either time adjust the events in your head (knowing the time difference), or manually changing them to the correct time one by one.
    I'm sorry this doesn't provide you with a magic solution, but I really don't see any other alternatives.
    Mac

  • Change the time zone in Java System only

    Hi there,
    Does anyone knows where to change the time zone in Java system only? I know in ABAP they have t-code: STZAC? where do I change in Java? Configtool or visual admin? what is the service name or parameter for this?
    Thanks
    Kumar

    hi Kumar,
    You can change the timezone of the JVMs using the -Duser.timezone
    parameter,  add -Duser.timezone=<timezone> to all dispatcher and
    server processes in your systems, using the configtool           
    1) open config tool                                              
    2) select yes                                                    
    3) select "cluster-data->instanceXXX->serverXXX/Dispatcher"      
    4) in "Java parameters" add new line "-Duser.timezone=<timezone>"
    5) click "Apply changes"                                         
    6) restart your instance
    Let me know how is the result
    Regards

  • How change 'home' time-zone in ical?

    Hi
    Question ... how to change 'home' time-zone in ical?
    I have just relocated countries ... to a different time zone.
    I use time-zone support in iCal and add time-zone to various tasks.
    But when i add a task and note it as my now current time-zone then ical immediately alters the diary placement to assume that i am in my old country/time-zone.
    I have altered the region in Preferences/International but this seems to have no effect, in ical at least.
    guidance welcomed
    ross

    In the very upper, right-hand corner of the iCal window is a time zone display, here you can choose to change your iCal time zone.
    If you choose "other" from the time zone display's pop-up menu, you get a dialog just like the Date and Time System Preferences.
    Why this option is not in the iCal preferences, I have no idea. To me, that would make a lot more sense!
    -Doug

  • Error when changing database time zone

    Hi all,
    I have Oracle 9.2.0.1.0 on Windows 2000 Pro. I try to change the time zone of the database using
    ALTER DATABASE SET TIME_ZONE = '+01:00'
    but it fails with error ORA-02231.
    Am I missing something?

    This is an expected behaviour, it's just that the message text was not meaningful.
    Basically if there is a TSLTZ column in the database, user is not allowed to change the database time zone. This is because it will invalid their existing TSLTZ data.
    You should either perform ALTER DATABASE SET TIME ZONE before creating any tables with TSLTZ columns, or drop the TSLTZ columns first before doing the ALTER DB statement.
    According to Bug 2435266, the error message has now been changed to
    ORA-30079: cannot alter database timezone when database has TIMESTAMP WITH LOCAL TIME ZONE columns

  • Need the SQL Query to check SQL time zone and change the time zone

    Hi All,
    I am using SQL Server 2008 SP2. My Ex SQL Admin said that the data which we query from our database gives the output in London time.
    But the SQL server is located in USA and is having US time.
    I would like to know how to find what time zone is the SQL application running on and how to change it ?
    Is there any query which i can use to determine and change the time zone ?
    Gautam.75801

    Refer the below two links
    http://blog.sqlauthority.com/2014/02/15/sql-server-get-current-timezone-name-in-sql-server/
    Check this link
    http://dba.stackexchange.com/questions/39421/how-to-handle-timezone-properly-in-sql-server
    SELECT [DateTimeUtil].[UDF_ConvertLocalToLocalByTimezoneIdentifier] (
    'GMT Standard Time', -- the original timezone in which your datetime is stored
    'Middle East Standard Time', -- the target timezone for your user
    '2014-03-30 01:55:00' -- the original datetime you want to convert
    --Prashanth

  • How can I change the time zone while not changing the time

    Let me preface this by saying I know this may seem tiddling to many but it is somthing I am rather obsessive about.
    I took many photos while I was in Los Angeles.  I had changed my camera's clock and the clock in the MacBook Pro to Pacific Standard Time and my iPhone automatically did the same thing. When I loaded photos into Aperture on my MacBook Pro the time information was all correct, all photos tagged in PST.  I had some photos I took on my last day that I did not load into Aperture until I got home to Denver.  When I loaded these images into Aperture they still have the correct time that they were shot but now show as being taken on Mountain Standard Time.  If I change the time zone in Aperture then the image time is also adjusted to be one hour earlier.
    Is there any way I can change the time zone in Aperture while leaving the actual image time alone?

    Hello Mark,
    Aperture will display the "Date created" with respect to the time zone your system is set to, but the "Date" using the time zone the image was taken in.
    You can adjustthe Time Zone for individual images either on import or afterwards using batch change:
    Select the images you want to adjust, then select "Metadata -> Batch Change" from the Aperture Application menu:
    Click: Adjust Time Zone
    Set the Camera's Time Zone to the Time zone you set your camera to when you took the images, and the Actual Time Zone to the zone you want Aperture to use to display the date.
    Regards
    Léonie
    P.S:
    This works with most cameras, but there seems to be a bug with canon cameras when importing directly from the camera. Frank Caggiano recently started a thread, but right now I cannot find the link.

  • How do I stop iCal from ever changing the time zones of my appointments?

    I cannot figure out time zone support in iCal, and just want it never to move the time of an appointment when I change time zones. I have tried switching time zone support on and off, and it makes no difference, the appointment times change when the time zone changes. It's infuriating! How do I make it stop?
    Thanks!

    Whitecity,
    According to iCal Help...Changing the time zone for an event: Choose iCal > Preferences, click Advanced, and select the "Turn on time zone support" checkbox...To change the event's time zone, choose a time zone from the pop-up menu in the Info drawer. To make the event appear at the same time no matter what time zone the main calendar view is in, choose Floating..;~)

  • How can I change the time zone for a calendar entry with iOS 7?

    I want to make a new entry in my calendar (iOS 7) using a different time zone as the one I'm located in. There isn't any option to choose the time zone like there is in OS X.
    I know I can switch off the option to automatically change the time zone in the preference pane of Mail, Contacts and Calendar to get the option in calendar but I want to use this automatic switch.
    Is there any option to change the time zone of a calendar entry without loosing this automatic switch?

    Got it!
    In your backing file you'll need the following in your handlePostbackData method:
    BookBackingContext bookCtx = BookBackingContext.getBookBackingContext(arg0);
    bookCtx.setupPageChangeEvent("PageLabel");

  • Changing date/time ...

    I have a question about changing date and time ... thanks a lot in advance.
    I have .CR2 files and I want to change the "date time original" info ... I want to change this info in the raw file, so I clicked on the "write date or time changes to into proprietary raw files" check box in the catalog settings window ... and then, after changing date/time with the "edit capture time", Lightroom wants to save changes and after clicking the arrow on the thumbnail, it creates a sidecar file. If date/time changes is to write directly into raw file (because of catalog settings indicated above), why does Lightroom create sidecar .xmp file?

    There are two things going on here.
    1. When you change the capture date/time (Date Time Original), the change is immediately reflected in the EXIF portion of the Metadata panel in the Library module. Because this is a metadata change, the warning arrow appears on the thumbnail (if you have that set to show in the View Options)....and clicking on that arrow brings up the "Metadata changed, do you want to save to disk" dialog. Note that this happens when you do any kind of metadata change, not just changing the date/time. At that point you can either decide to write the metadata to disk, or not.....if you typically write your metadata changes to XMP I guess you'd say "Save", but if you don't then just ignore it. Of course if you say "Save" then Lightroom will do as requested and write the Metadata, if it's a DNG,JPEG,TIFF etc, the Metadata is written to the XMP section of the file header....but if it's a proprietary RAW then it's written to an XMP sidecar.
    2. The second thing is that if you have the option set in the Catalog Settings to write date/time changes into proprietary raw files, then the change that you make is reflected in the Raw file.....this is a different change to the XMP update.

  • Changing server time zone

    Hi
    We are planning to change server timezone,now itz running US-Time zone,and we are going to change it to IST( indian time zone ).
    is there any effect on database,.
    As ....instance is in archive log mode, after changing time zone need to take cold backup and archivelogs generated after that only can be used for recovery,...any other.....things we need to take kare of......
    any suggestion will be helpful.
    Regards

    Hi
    You can use Transaction STZAC to change the time zones in ABAP ..
    Thanks
    Prince Jose
    PS: Points appreciated

  • Extract date from date time zone type

    I have an in coming date time zone from Java code in varchar format as
    2013-02-15T01:00:00-06:00I need to extract date and time from the above varchar to proceed further in my PL/SQL code. Im pretty not sure what the "T" in the date time zone mean. Please shed some light. I use Oracle 10gR2 version.

    michaelrozar17 wrote:
    I have an in coming date time zone from Java code in varchar format as
    2013-02-15T01:00:00-06:00I need to extract date and time from the above varchar to proceed further in my PL/SQL code. Im pretty not sure what the "T" in the date time zone mean. Please shed some light. I use Oracle 10gR2 version.A simple SUBSTR should be of help.
    select substr(v_variable, 1, instr(v_variable, 'T') - 1) from dual;       --> Replace v_variable with column name, if you are referring to table column and Dual with corresponding Table name.And yes, string between T and Hyphen ( - ) is the Time format and the string following Hyphen ( - ) is the difference of Time zone from UTC.
    See a small demo attached:
    alter session set nls_timestamp_tz_format = 'DD-Mon-YYYY"T"HH24:MI:SS.FF-TZH:TZM';
    select systimestamp, substr(systimestamp, 1, instr(systimestamp, 'T')-1 ) date_info from dual;
    SYSTIMESTAMP  DATE_INFO                                     
    25-Feb-2013T10:22:29.014891000-+00:00 25-Feb-2013Edited by: Purvesh K on Feb 25, 2013 3:52 PM
    Added Demo

  • How to change the Time Zone of a selected user programically ?

    Hi all,
    I have a specific requirement to develope using Webdynpro. I want to programically change the Time ZOne of a selected  user. Could some one help me . I promise to award points for the solution.
    Thank you in advance
    Regards
    Maruti

    Hi,
    Kindly have a look at the following threads,
    Re: Timezone of current User
    Re: Changing the Time Zone attribute
    Regards,
    Saravanan K

Maybe you are looking for