Creating and compiling new timezone

Hi everyone,
I have a liitle problem here with the timezone compilation (using "zic") and two questions.
I live in Uruguay (GMT -3). This year, the authorities decided that we will have DST, going one hour forward the first sunday of october and 1 hour backward the second sunday of march.
So, here goes the firs one:
How do I report the new timezone with the DST changes to MAC OSX developers (or someone) so they made an update for the Montevideo - Urugay timezone ??
And now the second:
... Meanwhile, I tryed to compile the new timezone myself, so I did this:
I've made the timezone archive like this:
#Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
Rule Uruguay 2006 maximum - Oct Sun>=1 2:00 1:00 D
Rule Uruguay 2006 maximum - Mar Sun>=8 2:00 0:00 -
#Zone NAME GMTOFF RULES/SAVE FORMAT [UNTIL]
Zone America/Montevideo -3:00 Uruguay UY%sT
Then, I've compiled it using zic...
Ok, so the timezone for Montevideo - Uruguay seems to be correct now (executing the "date" command)... but when I look at the clock at the top of the screen, it appears to be one our late... but that's not all... there's more:
If I look at the analog clock in the "set date & time" preferences, it's ok, with the new timezone and the correct time... but the digital one (that apears over the analog) is one our late too.
There's even more: If I open the iCal... the scheddules remain ok, at the correct time... but the labels on each scheddule are one our late...
Am I doing somethig wrong with the zic and timezone?
Is the digital clock reading the time from another archive rather than the regular timezone archive?
Thanks in advance !!

I've the same problem. I'm in Montevideo, Uruguay too and created my own Timezone file (http://warpzone.homeip.net/Uruguay.txt) based on a old timezone file I had.
The problem is the same as related here, the clock at the menu bar has the time without the daylight savings applied. If I select the clock outside the bar (in window mode) it works fine BUT the "24-hour mode clock" does not work.. it still shows the time in 12-hour format.
If I type "date" in Terminal, I get the correct time and timezone.
Any ideas?

Similar Messages

  • Dynamically Create and Compile Java Classes

    Hi,
    I have a requirement to dynamically create and compile Java classes and would like some advice on the best method to do so.
    Basically the project I am working on involves creating "Factors". Factors are items that have both attributes and weights so for example Factor A could have attribute B with weight 0.76, and attribute C with weight 1.33. There are a number of methods common to all factors such as calculateTotal, identify etc etc.
    At the moment the application has 5 factors, but there is a requirement to dynamically add and remove factors on the fly.
    I current solution I have been considering is using XML to describe the new class, build up the class and compile it; something along the lines of what is descibed at
    http://www.javaworld.com/javaworld/jw-02-2002/jw-0201-xslt_p.html
    however i would like to consider all options.
    Any help with this is greatly appreciated.

    You want to dynamically create and compile Java classes.
    I would try the following:
    (1) Write the Source code of the new class into a text file with the name MyNewClass.java
    (2) compile this new .java-file with Runtime r = getRuntime();
    try {
        r.exec ("javac MyNewClass.java");
    } catch (IOException e) {
        System.out.println("ooops " + e.getMessage());
    } (3) somehow try to load that new class, maybe using ClassLoader cl = ClassLoader.getSystemClassLoader();
    cl.loadClass("MyNewClass");

  • Problems in creating and storing new documents using BAPI_DOCUMENT_CREATE2

    Hi experts,
    I'm getting problems in creating and storing new documents using BAPI_DOCUMENT_CREATE2.
    I have a scenario where is defined the document type ZC1, document part 200, authorization group 0002 and for all of these  documents the storage category "Cofre DMS1". And the status which demands the storage category is 'FR'.
    I've been fullfiling the BAPI_DOCUMENT_CREATE2 in this way:
    "Tables
    data: it_doc like bapi_doc_draw2,
          it_return like bapiret2,
          it_files like bapi_doc_files2 occurs 0 with header line,
          it_objs like bapi_doc_drad occurs 0 with header line.
    "Variables
    data: wl_doctype like bapi_doc_draw2-documenttype,
          wl_docnumber like bapi_doc_draw2-documentnumber,
          wl_docpart like bapi_doc_draw2-documentpart,
          wl_docversion like bapi_doc_draw2-documentversion.
    it_doc-documenttype = 'ZC1'.
    it_doc-documentpart = '200'.
    it_doc-documentversion = '00'.
    it_doc-description = 'Test of documents creation via BAPI'.
    it_doc-username = sy-uname.
    it_doc-statusextern = 'FR'.
    it_doc-authoritygroup = '0002'.
    refresh it_files[].
    clear it_files.
    it_files-originaltype = '1'.
    it_files-storagecategory = 'Cofre DMS1'.
    it_files-wsapplication = 'PDF'.
    it_files-docfile = 'c:\110307.pdf'.
    it_files-description = 'Test file'.
    append it_files.
    refresh it_objs[].
    clear it_objs.
    it_objs-objecttype = 'EKPO'.
    it_objs-objectkey = '47000497600010'.
    append it_objs.
    CALL FUNCTION 'BAPI_DOCUMENT_CREATE2'
      EXPORTING
        documentdata = it_doc
      IMPORTING
        documenttype = wl_doctype
        documentnumber = wl_docnumber
        documentpart = wl_docpart
        documentversion = wl_docversion
        return = it_return
      TABLES
        objectlinks = it_objs
        documentfiles = it_files.
    After execute the BAPI process I got the following error:
    E26 087 - Data carrier COFRE DMS1 not defined
    Does anybody have a sugestion to help me, please?
    Thks
    David
    Edited by: David Tsutsui on Mar 18, 2010 10:52 AM

    Please refer to this thread, it tells why you need a data carrier you can also configure the same in DC20.
    Data Carriers for Storage the Originals of DMS

  • Steps to create and assign new cost centers?

    Dear all,
    Pls share with me the steps to create and assign new cost centers.
    TIA
    kogi

    Refer to the following link, will help you with the cost Center creation.
    http://help.sap.com/saphelp_470/helpdata/en/08/5145cc43b511d182b30000e829fbfe/frameset.htm
    It is actually the job of Fi consultants.
    Post your e-mail ID I will send some documentation.
    Regards
    AK
    Reward points if helpful

  • How does APEX create and save new files. What extension does it save in?

    Hi can someone help me with this question?
    How does APEX create and save new files. What extension does it save in?
    Cheers!
    VJ

    It's really too bad we can't see VJ's face when the concept sinks in. This is one of my favorite moments when teaching APEX classes. Most people love it, some people don't. If nothing else it really proves the power and performance of the Oracle database. Each page view can generate 40+ queries, yet on the average system this takes less than .04 seconds.
    Keep in mind there are no undocumented features or "Oracle Internals" that the APEX team uses to achieve this performance, just sound database design. With every feature they add they evaluate how it will be used and design the tables and indexes to most efficiently answer the query. Sometimes this means going against "purist" normalized principals.

  • How to Create and Define New faults to be used inside our BPEL Process

    Hi All,
    I have created a new BPEL process but unable to add fault handling messages which I'm unable to do because I'm not having any
    experience in creating my own custom fault or runtime faults.
    Can anybody can share any URLS of how to create and where to define these things in BPEL Process.
    Expecting a reply from ASAP. very urgent for me.
    Regards,
    CH

    Hi Arik,
    I opening in JDeveloper 11.1.1.2 but it is asking for migrations but not all migrating and unable to see the project.
    By seeing at the logs it is saying that upgrade failed.
    Please can you share any other URL other than this.
    Regards,
    CH

  • Generate and Compile new classes during runtime

    Hi!
    I use the Parser-Generator JavaCC to build a parser from a BNF-Grammar.
    During runtime, the user shall be able to change the
    grammar, so the Parser-Generator will build new .java-Files for the new Parser.
    Does anyone know any Java-Generic-Methods to use .java-Files in a program? Or do they have to be compiled with javac?
    Or does perhaps anyone know a Parser reading a BNF-Grammar-File and parsing according to this grammar?
    Thanks a lot for possible Help, Henning.

    Here is a link to a useful program with source code that uses javac. It creates a window and allows you to type in java source code and execute. I use it to test small java functions that I'm not very familiar with.
    http://www.javaworld.com/javatips/jw-javatip131.html?#

  • Create and Apply new connection pool failure

    Hi all,
    I am trying to creat a new connection pool by the examples Console with WebServer
    6.0
    Name: testingPool
    URL: jdbc:cloudscape:demo or jdbc:dbc:cloudscape:Test (where Test is a new DB
    in cloudscape)
    Driver Name:COM.cloudscape.core.JDBCDriver
    Property:
    user=none
    password=none
    server=none
    Then create a Datasource which using the new created testingPool and the Target
    is the "exampleServer"
    However when I start the server,it keeps on complaining that the "testingPool
    is not exist".
    Any setting that I 've missed when using a new connection pool??
    I only know the workaround is using the demoPool which is already exist in the
    example.
    Any help will be very appreciate!!
    Thanks !
    Regards,
    u0p1

    HI,
    I've already set the Target Server to be the Example Server,
    is it wrong?
    "Sree Bodapati" <[email protected]> wrote:
    Check if you have set a target server for the connection pool.
    sree
    "u0p1" <[email protected]> wrote in message
    news:3bb3bc32$[email protected]..
    Hi all,
    I am trying to creat a new connection pool by the examples Consolewith
    WebServer
    6.0
    Name: testingPool
    URL: jdbc:cloudscape:demo or jdbc:dbc:cloudscape:Test (where Test isa new
    DB
    in cloudscape)
    Driver Name:COM.cloudscape.core.JDBCDriver
    Property:
    user=none
    password=none
    server=none
    Then create a Datasource which using the new created testingPool andthe
    Target
    is the "exampleServer"
    However when I start the server,it keeps on complaining that the"testingPool
    is not exist".
    Any setting that I 've missed when using a new connection pool??
    I only know the workaround is using the demoPool which is already existin
    the
    example.
    Any help will be very appreciate!!
    Thanks !
    Regards,
    u0p1

  • Create and assign new user in SRM org struct when HR Distribution is active

    Hello experts,
    In SRM HR Distribution list is active.
    Now requirement is we want to create new user in SRM and assign it with the SRM Org structure.
    1.)Do i need to create a user in SRM and in ECC HR i mean in both the system or in ECC-HR only.?
    2.)When user is there in ECC-HR system then how i can assign user to SRM Org structure. Is there any FM or Standarrd Program ?
    Thanks!!
    Sunny

    Hello Sunny,
    As you mentioned HR distribution is active hence you need to create the user in ECC environment and assign it to the org. structure in ECC.
    Again there would be few user which you would create in SRM evironment and those would be administator specific.
    Activating pointers for HRMD_ABA message allows to replicate all changes made to the organizational structure in HR to SRM.
    Changes in HR structure include modifications (add/modify/delete) in the following:
    u2022  Organizations
    u2022  Jobs
    u2022  Positions
    u2022  Employees
    A change in the relationship of any of the elements above will also be replicated to SRM. For instance, an employee changing units will be reflected in SRM.
    Pre-requisite: SU01D ID should exist prior to replicating the concerned user in SRM.
    Thanks,
    Yatin

  • Question about creating and updating new columns in a table

    Hi, I have a couple of questions that would love some answers to
    Please bear in min that questions relate to datawarehouse / Just large tables with say about 50 million records
    1) How do you create new columns in a big table
    2) how do you update the new columns
    3) would you create an index on a column in a table with 200m rows when the only two possible values are stored in the column (e.g.Y, N) - give your resason
    my aswers to these would be
    1) simple alter table ...
    2) simple update statements
    3) No need to create an index
    I might be wrong on these in the context of datawarehouse
    cheers
    css_jay99

    If the number of Y vs. N is about 50/50, you only have to parse through 50% of the
    overall amount of columns.Fnord. If the ratio of Y to N was 1:20 then the index would be useful for searching for values of Y only. Or if the column is nullable and the bulk of the entries were null then it might be useful. But a 50/50 split? FTS is much more effective.
    So, it does depend on the data distribution, but in most cases such an index would never be used (or should never be used).
    Cheers, APC

  • Creating and compiling JavaFX objects at runtime

    I am interested in the possibility of creating JavaFX objects at runtime where their definition is not know until runtime and am unsure about how to do this. Clearly I will need the JavaFX Script compiler at runtime which I guess is not that much of a problem but I am looking to accomplish this within the browser context so it would mean that I need the compiler to be available as part of the standard JRE much in the same way as the JavaFX Script interpreter is to obviate the need for it to be downloaded.
    Does anyone know if the JavaFX Script compiler is available as a built-in component within the latest versions of the JRE? If not, is it planned to include it in the future (JSE 7 perhaps)?
    Thanks,
    The Gibbon

    Perhaps the thread [Dynamic Scripting, how?|http://forums.sun.com/thread.jspa?threadID=5379268] can help.

  • Create and name new worksheets in existing excel spreadsheet

    Hello-
    I am running LabVIEW 6i and excel2000. I need to write data acquired in LabVIEW to new worksheets of an already existing excel spreadsheet, and also name these new worksheets. I have been able to create the new worksheets but haven't yet figured out how to name them. I'm new to activeX and any help would be greatly appreciated.
    Thank you

    Hi Paul,
    Programming using ActiveX can be tricky, especially knowing just what kind of datatypes the different methods and properties are expecting. There are 2 ways I would recommend for users to find out about ActiveX parameters:
    1. Right-click and choose Help for the specific property/method.
    When you have a method or property selected on the Property or Invoke Node, you can right-click and there will be 2 help options--one for the generic Property Node or Invoke Node, the other for the specific method or property that is selected in the node itself. If you select the help for the specific property/method, a Microsoft Visual Basic Reference Help should appear that will provide you with explanations and examples of the datatypes that method/property is expecting given the object that is in use.
    2. Go to the MSDN Library >> Excel Object Model
    This has an overview of Microsoft's Excel Object Model and will also show you how to use Microsoft's Excel Object Model.
    Keep in mind that because ActiveX can be tricky, NI also offers the Report Generation Toolkit to make programming to Word and Excel much easier! Nice tutorials and examples are provided too.

  • Creating and watching News Items

    All right first of all, let me clarify that I'm a COMPLETE newbie to knowledge management and come form a non-technical background.
    I've read the SAP documentation and it didn't help so please don't copy paste the same information and links.
    Here's my problem...
    I need to create a Home Tab when I login to Enterprise Portal.
    I need news items to display in this tab.
    I need to know how to create these news items and display them. I can't seem to find screenshots of this process and the SAP documentation tells me to click on stuff I can't seem to find on my screen.
    I have the Content Administration, Content Manager, User Administration and System Administration roles.
    I need step by step help and guidance and not copy-psted snippets and links to pages that don't explain this using screenshots.
    Max points to anyone who delivers an authentic and easy-to-understand answer. I will need to ask at least 25 different questions on KM over the next 10 days and will award maximum points for each question to whoever helps me solve the problem. Please don't simply link me to pages that don't contain step by step instructions and screenshots or do not have all the information required.
    Thanks and Regards,
    Farsheed
    Regards,
    Farsheed

    Hi,
    It is really hard to give step by step but I will give you ideas, where to look for and what to learn, to achieve your goals.
    Here is the step by step:
    1. To have a tab on top level navigation, you should Create a Role and assign it to user.
        As a new bee, read this, how to create a role and assign it to users: http://help.sap.com/saphelp_nw70/helpdata/EN/4f/bceaffeb8c114ebef8255b63079c7c/frameset.htm
    Once the role is ready create a page in it and edit the page properties and set Entry Point property to true.
    http://help.sap.com/saphelp_nw70/helpdata/EN/9e/7d9713087311d7b84600047582c9f7/frameset.htm
    Result: Now, after logout and login, you should see the new tab on your top level navigation.
    2. Showing News Items:
    Here you should create a KM Navigation IView and hang it on the page you previously created in step 1.
    http://help.sap.com/saphelp_nw70/helpdata/EN/b6/29892e91601940bb7a2cd673a1dff5/frameset.htm
    Create in your KM a folder where you want to place your news items.
    Edit properties of KM Navigation IView and set the property StartUri to KM folder you created.
    3. Now create news items using the XMLForms, there should be a news form already available on your system.
    Place the news items in the KM Folder you created.
    Now when you navigate to your newly created tab, it should show you the news...
    Regards,
    Praveen Gudapati

  • Creating and using new Document Series in SAP B1- URGENT

    "I want to use two different series in the same period in SAP B1 other than the default series. But whenever I am trying to do it i am unable to use both the series and at one time. Only one series is accesible even if I use the option "set default series for certain users."
    Further elaboration - I handle retailers and wholesellers in my business process.I want to use two series Retail and Wholesale for the two different classes whenever I make an Invoice. So that the class of the document is seperated by the series.

    Debraj,
    In Admin - System initialisation -  Document Numbering go to relate series document and choose A/R Invoice by double clicking it. Now the Series A/R Invoice will open. In that window click on new. It will go into Numbering series set up. Here go the the particular row in the first column give the series name as Wholesale and enter the first no.and the last no.and give the period indicator as default. Now right click on that row and addnew row you will be taken to the next row where in again you can name a series and the last and the first no.
    Hope this answers your question.
    Nagesh.

  • IPad2 and a new MacBook running Lion, Both Devices use the same Apple ID which is a Hotmail eMail id. Can I create a new iCloud eMail Id and use iCloud eMail and continue to use my Hotmail Id for my Apple Id and use it for iTunes, iCloud

    I have an iPad2 and a new MacBook running Mountain Lion. Both Devices use the same Apple ID which is a Hotmail eMail id. Can I create a new iCloud eMail Id and use iCloud eMail and continue to use my current Hotmail Id for my Apple Id for iTunes, iCloud.
    Note, I will use both Hotmail and iCloud eMail.

    Welcome to the Apple Community.
    In order to change your Apple ID or password for your iCloud account on your iOS device, you need to delete the account from your iOS device first, then add it back using your updated details. (Settings > iCloud, scroll down and hit "Delete Account")

Maybe you are looking for

  • How  to import styleSheet.css file in to my jsp page.

    Hi All, I am importing css file and other common javascript functions using the below code <style type="text/css" title="currentStyle"> @import "/<some project Folder>/styleSheet.css";           </style> <script language="JavaScript" src="<%=request.

  • A way to avoid a lenghty conversion in iMovie & then another in iDVD?

    When creating a DVD from iMovie, it takes a long time (converting from DV to Apple Intermediate Codec ?); later, before burning, iDVD takes another long time to convert to MPEG2. Is there a way to perform just one lengthy conversion instead of 2? May

  • Back Ground Job not Working

    Hi, I have watched all the threads regarding Back Ground job like SE36 & SE37. I have given a back ground job and its not working. Its an ABAP Program which is creating an OLEDB Connection to MSACCESS and then retrieving and updating database table.

  • FREE RAM XP PRO for MAC?

    Just wondering if there is anything similiar to the PC program FreeRAM for Macs? This is a program that automatically or manually restores wasted RAM but I think that it only runs on Windows. thanks, frank

  • Blackberry App world icon disappear on 8900

    app world icon has disappeared. it only appear on the application center and cannot open it. when i click on it takes me through the whole installation process and after all this, still does not appear anywhere. need help