Best way to manage date/time variables across different timezones

I have an application that relies heavily on time accuracy. At the moment everything is fine, but soon the system will service customers across multiple timezones. The default behavior of the Date class is to show dates related to the current timezone, is there an easy way (setting) to override this behaviour? The system should show the time entered regardless of the timezone it was entered on.
I use CF 8 for the back-end, and MySQL 5.1 to store data. The front-end is Flex 3/Air 2.
I have looked everywhere, and things like saving dates as strings, or long ints, but if possible, I'd like to find a solution that does not involve dramatic changes to my database/code.

Thanks for your reply, UbuntuPenguin,
Your explanation is correct and what I'm trying to find out is an easy way to override that behaviour.
As an example of what the issue is, let's say an event was entered here, in Toronto,ON, at 3pm, if a customer in Arizona sees the time, he/she will call us immediately to inform us that the event it's supposed to happen at 3pm, and not at 12pm (time that they see with the different timezone).
As far as I've seen, the "best" way to approach this issue is by using  the transient tag during data transfer and compensate for the time  difference in the client timezone vs the selected "system" timezone  using getters/setters, but that implies storing the wrong date/time and  locking the system into one timezone, and it's just a hack that may  bring undesirable consequences in the future.

Similar Messages

  • Best way to manage multiple iTunes accounts (from different countries)

    Ok, wasn't sure if this was the best community to ask this question, but here goes.
    My wife and I have two iTunes accounts, one originally from the United States, the other originally from Australia. Over the years content has been purchased using both accounts.
    We currently reside in Australia and primarily view our content on Apple TV. So far we’ve had no problems logging into either account and accessing all our content.
    Now, I have a fear (perhaps an irrational one) that if we choose to permanently reside in one country (Australia, the US, somewhere else) that at some point Apple may cancel/restrict one of these accounts. Since there is no way for me to merge all our purchased digital content into the one digital library, we’re now wondering the best way to manage this?
    I see there is a new "family sharing" feature soon to be launched, so that may be half the solution (assuming it will work with family members in different continents). If so, the other half of the question is, will we be able to still purchase content on both accounts? While in Australia since April we have rented movies on both accounts, but have only purchased movies etc on the Australian account (we can still do this on the US account, but we haven't risked it in case it gets cancelled because Apple decides we're no longer in the US - in other words, we don't want to spend $$$ on movies we may not be able to access in future).
    What do others think? What is the best way for us to manage our scenario? Or am I worried about nothing and we can continue purchasing content on either account without fear of “losing” it later?
    Any advice would be greatly appreciated! I did try and ring Apple, but the guy refused to give me advice until I provided my details and I did't want to do that at this stage.
    Thanks everyone for your help!
    MM

    You may lose the ability to purchase content from the USA, but any content you've already bought will remain accessible. Back everything up.
    (112502)

  • The best  way of carrying the search string across different jsp pages?

    I heard about transfer object. What about carrying object with session for different pages.
    Please suggest me the best approach to
    carry the search string across different jsp pages?
    thanks
    vijendra

    I doubt its possible even with a fancy HTML widget, although the last iBA update now allows links to other books.

  • Same content, two books each with its own page size -- best way to manage?

    Does anyone have any suggestions for producing two FrameMaker books that:
    Contain identical content that must also be periodically updated
    Must be delivered as two separate PDF books, each book having a different page size
    I'm familiar with migrating FrameMaker content from one page size to another: Create a new chapter template of the desired size, then import styles, etc., and content into that new template.
    But IF one must deliver the same content in two different books, AND each book using a different page size (U.S. Letter and B5), AND the content is periodically updated and maintained, THEN what's the best way to manage that same content, two different page-sizes delivery problem?
    PDFs are generated from FrameMaker 7 or 8 (we have both) via Adobe Distiller 9.
    Cheers & thanks for your help,
    Riley

    Use three directories - one for the master FM document, and one "build" directory for each of the formats you need. When it's time to build, copy all the files into the relevant build directory and do your stylesheet applying, book regenerating, and printing in the build directory.
    If you decide to handle it in FrameMaker (rather than Acrobat), then use two stylesheets - one with all the formats you need and letter-sized pages, and one with no formats and with B5 sized pages. This way you only need to manage one stylesheet for most formatting controls (except page layouts), and you only need to import the page layouts when you want to build a document or "toggle" it between different page sizes. How similar these two stylesheets are to each other (on the master pages) depends on how much you think you can get away with:
    If the page sizes are similar, use different pages sizes but identical text frames on the master pages if you can. This would give you identical pagination although the margins would be different. You might be able to find an optimum "compromise" text frame size that fits both page sizes reasonably well.
    If you can't use the same text frame sizes on the master pages, then of course your pagination is going to change, but at least try to use text frames that are the same WIDTH. This avoids needing to manually adjust side-head areas, pictures, and table widths every time you change the page size.

  • What is the best way to manage tabIndex

    Hallo. I am trying to understand what is the best way to manage the taborder inside flex. If, in my application there are several account and thus several states (1 for each account) i can prepare my states so that some components are visible and some not.. The problem is that, for each state the taborder can change even if the objects are the same.. What is the best way to manage tabIndex relatively to the different states in which the objects are?
    Thx
    Max

    I liked tab order very much (top to bottom, left to right) ..but because of the problem i had and you answered here: 
    http://forums.adobe.com/thread/971994?tstart=0
    I cannot use tab order because, in that group that focus goes from object n to 1 and the only way to solve the issue is to set tabIndex manually.. Is there another way??..  It seems like tabIndex setted manually has precedence on native taborder so i think i have to manage all the state with manual tabIndex isnt'it??.. Or maybe ia have another way?
    Thx for the answer
    Max

  • Best way to manage global application data

    Hello,
    I'm looking for the best way to manage my global application data. I have a program containing about 70 application settings which are loaded from an ini file and organised as clusters and loose variables. I want to be able to use these settings across multiple vi's. The application settings can be modified during execution. Some vi's can change settings and these changes need to be visible accros all vi's.
    What is the best way to manage this. Ideally, I would have one cluster or class containing all the application settings but since the sub vi's run independend, I can't wire them through. 
    From what I've read so far, global variables ain't really well suited for this due to race conditions. The FGV might be a solution but it is not clear to me how to implement this for many variables. (One FGV or multiple FGV's, etc... Does anyone have a good example of this?)
    Are there any other good solutions? Any advice is welcome!
    Best regards,
    Wouter

    You can also create a singleton LVOOP object (maybe a few if you want to logically organize your settings). When you initialize the system you create the object and it uses a DVR internally to store your data. Since this is a singleton object you do not need to wire it through your code. Your subVIs simply call the appropriate methods and it will interact with the class data. A FGV is basically the same thing except that you only have a single VI so you are more limited with your inputs and outputs. A singleton object let's you refine the connector pains based on the methods and what they are doing.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • Best way to export data with r.t. prompts and have dense dim mbrs on rows?

    Hi All-
    What is the best way to export data with Run time prompts out of Essbase?
    One thought was to use Business Rules with run time variables and DATAEXPORT command, but I came across at least one limitation where I cannot have months (part of dense Time Periods dimension) on rows.
    I have only two dense dimensions: Accounts and Time Periods and I need both of these on rows. This would come handy when user enter Start and End month and year for data to be exported e.g. If start period is Feb 2010 and end is Jan 2011, I get data for all months in 2010 and 2011.
    "CORP1","0173","FY10","Working","Budget","Local","HSP_InputValue","402000",14202.24,14341.62,14560,13557.54,11711.92,10261.58,12540.31,15307.83,16232.88,17054.62,18121.76,18236
    "CORP1","0173","FY10","Working","Budget","Local","HSP_InputValue","403000",19241,21372.84,21008.4,18952.75,23442.13,19938.18,22689.61,23729.29,22807.48,23365,23915.3,24253
    "CORP1","0173","FY11","Working","Budget","Local","HSP_InputValue","404000",21364,22970.37,23186,27302,25144.38,27847.91,27632.11,29007.39,24749.42,27183.39,26599,27112.79
    where ideally I would need to get the following:
    "CORP1","0173","FY10","Working","Budget","Local","HSP_InputValue","402000","Feb",14341.62
    "CORP1","0173","FY10","Working","Budget","Local","HSP_InputValue","402000","Mar",14560
    "CORP1","0173","FY10","Working","Budget","Local","HSP_InputValue","402000","Apr",13557.54
    "CORP1","0173","FY10","Working","Budget","Local","HSP_InputValue","402000","May",11711.92
    "CORP1","0173","FY10","Working","Budget","Local","HSP_InputValue","402000","Jun",10261.58
    "CORP1","0173","FY10","Working","Budget","Local","HSP_InputValue","402000","Jul",12540.31
    "CORP1","0173","FY10","Working","Budget","Local","HSP_InputValue","402000","Aug",15307.83
    "CORP1","0173","FY10","Working","Budget","Local","HSP_InputValue","402000","Sep",16232.88
    "CORP1","0173","FY10","Working","Budget","Local","HSP_InputValue","402000","Oct",17054.62
    "CORP1","0173","FY10","Working","Budget","Local","HSP_InputValue","402000","Nov",18121.76
    "CORP1","0173","FY10","Working","Budget","Local","HSP_InputValue","402000","Dec",18236
    "CORP1","0173","FY10","Working","Budget","Local","HSP_InputValue","403000","Feb",21372.84
    "CORP1","0173","FY10","Working","Budget","Local","HSP_InputValue","403000","Mar",21008.4,
    "CORP1","0173","FY10","Working","Budget","Local","HSP_InputValue","403000","Apr",18952.75
    "CORP1","0173","FY10","Working","Budget","Local","HSP_InputValue","403000","May",23442.13
    "CORP1","0173","FY10","Working","Budget","Local","HSP_InputValue","403000","Jun",19938.18
    "CORP1","0173","FY10","Working","Budget","Local","HSP_InputValue","403000","Jul",22689.61
    "CORP1","0173","FY10","Working","Budget","Local","HSP_InputValue","403000","Aug",23729.29
    "CORP1","0173","FY10","Working","Budget","Local","HSP_InputValue","403000","Sep",22807.48
    "CORP1","0173","FY10","Working","Budget","Local","HSP_InputValue","403000","Oct",23365
    "CORP1","0173","FY10","Working","Budget","Local","HSP_InputValue","403000","Nov",23915.3
    "CORP1","0173","FY10","Working","Budget","Local","HSP_InputValue","403000","Dec",24253
    "CORP1","0173","FY11","Working","Budget","Local","HSP_InputValue","404000","Jan",21364
    Thank you in advance for any tips.

    Have a read of the following post :- export data to sql
    It may give you a further option.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Best way to manage "free shipping" products

    Looking for suggestions on how best to manage shipping charges at a product/MM level. For certain customer and product combinations we offer free shipping. What is the best way to manage this in master data?
    thank you!

    Not in Master Data but in Pricing settings. All you have to do is having a price condition that define your fright price, lets say ZFR1. This Condition will have associated an Access Sequence (ZFR1) that will contain a table (lets say 987) with the Customer information (whether you want to do a distinction customer by customer or you want to set an indicator at the customer master record to group several records, lets say in the field Shipping Conditions, where you can set the value Z1 - Chargeable and the same for materials, look for a field you can use for this purpose). The table 987 will have such values (among others that you may need), then in T-Code VK11 you create the Condition Record that fulfill the parameters to determine a fright cost for the customer.
    Include the Condition type ZFR1 into the Pricing Procedure you are using for your sales orders and there you go, every time a Chargeable customer is placing a Sales Order  with a Chargeable Material the system will determine the condition ZFR1 with the amount you set in Transaction VK11... or, depending on the properties you maintain at the Condition Type you can let the user that is taking the sales order to place the Fright Price manually.
    Hope it helps Cheryl !
    Saludos!!

  • What is the best way to manage multiple devices with one iMac - different users with seperate itunes accounts or one mac user with different itune logons and libraries?

    Hello
    I have just purchased an imac which I am very happy with.  In our household we also have two iphones (one mine and one husbands) and one ipod (my sons). We all have individual itunes accounts set up on our previous computer (not a mac). We have sepereate apps and music, although there may be the odd occasion where we would like to share a song (if this is possible) across devices.
    I am just wondering the best way to manage these devices using the new imac.  Should I create individual accounts to logon to the imac, then from within these launch our own itunes accounts and sync our devices with these.  Or should I be using one version of itunes, logging on to this with our different itunes usernames and storing things in libraries.
    Any help would be greatly appreciated. 
    Thanks

    I am presuming that we cannot share downloaded apps and music between accounts because of the copyright issue,
    Though I'm no copyright lawyer, as long as it's within a household, you can share content among users. Such sharing is, absent specific language preventing it not present in the iTunes Store terms of use, generally considered to be "personal use". So you can share apps and music amongst your users on your computer and with their devices. You just can't give any of that content to friends or relatives who don't live with you.
    What I am not clear on, it making sure that this appears in each itunes account - is it easy to find the file storage folders that match the itunes accounts and what would these be?
    The iTunes library and files are by default in a user's Home/Music folder. But you don't have to find the folder; in fact putting a file into the folder yourself won't add the file to iTunes. Just drag the file into the iTunes window. iTunes will copy it to the correct location.
    Regards.

  • What's the best way to manage Apple IDs for multiple devices?

    Hi,
    We have
    a shared Macbook air
    a shared iPad
    my iPhone
    his iPhone
    We want to put one ID on the Macbook and iPad that we can use to have the same iMessage on both and that we can put a card on and use in the iTunes store etc.
    We also want to have our own iMessages on our iPhones, plus be able to use the account with the cards on them to purchase and share across devices...
    What's the best way to manage them all?

    Welcome to the Apple Community.
    iTunes is straight forward, just use the same ID on all of them.
    What exactly do you want to see in messages on the Mac and iPad, messages combined from each of your phones or a different account just for both of you.
    You should think about what you want in calendars, contacts etc, on your shared devices.

  • How is the best way to manage the stats table?

    Hello!
    I have the Integration 2.1 working with an Oracle 8.1.7 db. I noticed that the table
    STATS is growing pretty fast.
    How is the best way to manage this table?... I haven't found something related with
    this issue in the documentation, but at least I want to know how to safely delete
    records from this table.
    For example, if I know the minimal time I have to keep in the table, is quite simple
    to create a shell script and/or Oracle pl/sql job to trim the table.
    I hope somebody can help me!!!!
    Thank you!
    Ulises Sandoval

    Write an app people want to buy and rate highly.

  • What is the best way to manage my iPhoto, which is taking up too much space on my MacBook Pro?

    What is the best way to manage my iPhoto, which is taking up too much space on my MacBook Pro?
    Specifically, I'd like to keep some of my favorite pictures on the laptop while moving the rest to an external hard drive. Is there a way to tag just a few pictures inside an event/album as "favorite", while storing the rest in an EHD, but still keep them connected to the same event/album? I'd like to have just the favorite pictures on the laptop, but when I have the EHD connected,  be able to view all my pictures in the same place, and not have to browse through separate hard drives. Ideally, whether or not a picture is designated as "favorite" will determine where it resides.
    Is this at all possible?
    I have only 7 GB left on my HD and I'm desperately needing a solution!
    Thanks!

    You need two libraries to do this. One on the external with all your Photos. One on the internal with a subset - your favourites. You do it this way to make backing up easier - that is, back up the library with everything, so you're only backing up one.
    Make sure the drive is formatted Mac OS Extended (Journaled)
    1. Quit iPhoto
    2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
    Now you have two full versions of the Library.
    3. On the Internal library, trash the Events/albums/photos you don't want there
    Now you have a full copy of the Library on the External and a smaller subset on the Internal
    Some Notes:
    As a general rule: when deleting photos do them in batches of about 100 at a time. iPhoto can baulk at trashing large numbers at one go.
    You can choose which Library to open: Hold down the option (or alt) key key and launch iPhoto. From the resulting menu select 'Choose Library'
    You can keep the Library on the external updated with new imports using iPhoto Library Manager

  • Best ways to view data, total records of an application table ie VBAK

    Hi all,
    What is the best way to view data of an application table in the source system?
    I know about SE16....but are there other ways to know details ie the total no of records and different field information about a
    application table ie VBAK in source R3?
    Also, using SE16 when i checked for VBAK and clicked on the "number of enteries" then it showed 0...however
    when i directly checked from the sqlplus then i found about 5000 records in there in VBAK. I am not sure why
    via SE16 it showed 0. Does anybody have any idea what i missed here?
    Thanks...will give points for ur input.
    ak

    I tried "number of enteried" on se16 and it shows 0 enteries without any selection criterion...i cheked by putting relevant time range as well but it shows 0...
    As i told that when i checked VBAK separately via logging to database directly then i did find 5678 rows there.
    Please note that this is a new demo version....so i thought that i first need to activate the table which i did using tcode SE11. Now the VBAK table is active but still via SE16 shows 0 nuber of enteris....
    Can anybody please advise here..
    Thx
    ak

  • Best way to manage Printers

    Hi all,
    We have an ERP System. We only use Windows Computers. Users print their documents in any of the printers at the "print room", a centralized place where the physical printers resides. Each user has in his/her Windows profile the printers he or she needs. Now: SAP Is new here. We are having the "test time". No production system installed for now. So: I need to know what is the best way to manage the printers. It seems that the printer type SAPWIN is enough for us. It is just a "training". In PRD, i suppose that other access method is more appropiate, because of the batch jobs. I just dont know what is the best way to manage printers. What do you, guys, do? How you manage the printers? An example: I have just on printer defined on SAP: SAPWIN printer. There are 100 users. I suppose that every user can print to this device, and then pick the Windows printer they want. Is that ok?
    Regards,
    A.

    Hi,
    For my understanding, many ways can be used to manage a IE environment, like using Administrative Template, GPP, IEM or IEAK, depends on yourself, but pay attention to that IEM will no longer work on computers where Internet Explorer 10 or newer is installed,
    so it is a difference between IE 9 and 10. And GPP and IEAK use asynchronous processes when they run, so it is recommended to use only one for each group, you can see detailed information in the folloowing links.
    Managing Browser Settings with Group Policy Tools
    http://technet.microsoft.com/en-us/library/gg699415.aspx
    Appendix B: Replacements for Internet Explorer Maintenance
    http://technet.microsoft.com/en-us/library/jj890998.aspx
    Yolanda Zhu
    TechNet Community Support

  • Best way to manage mac clients?

    I have OpenLDAP that handles all the user accounts and so on.
    and i have Open Directory.
    what is the best way to manage and control those imacs in such a scenario.. I tired MCX with ethernet mac address, but its not reliable.. doesn't apply the settings all the time..
    am trying to find a better way and trying to avoid mcx if possible..
    any thoughts ?

    Hi,
    For my understanding, many ways can be used to manage a IE environment, like using Administrative Template, GPP, IEM or IEAK, depends on yourself, but pay attention to that IEM will no longer work on computers where Internet Explorer 10 or newer is installed,
    so it is a difference between IE 9 and 10. And GPP and IEAK use asynchronous processes when they run, so it is recommended to use only one for each group, you can see detailed information in the folloowing links.
    Managing Browser Settings with Group Policy Tools
    http://technet.microsoft.com/en-us/library/gg699415.aspx
    Appendix B: Replacements for Internet Explorer Maintenance
    http://technet.microsoft.com/en-us/library/jj890998.aspx
    Yolanda Zhu
    TechNet Community Support

Maybe you are looking for

  • How to disable email notifications in Mavericks Calendar

    How do I disable the default setting in Calendar which sends email notifications?

  • Ixr files

    Hi, My customer is using SAP 2005B PL - 40. and xl reporter addon is installed. I need IXR files for Purchase register, Sales register, Sales tax register any other register which is available. I couldnt find the files in the system. It was implement

  • Lenovo flex d - IE 11 and Silverligh​t issues

    brand new lenovo idea flexd laptop but iam having trouble running microsoft silver light can yo help please trying to watch sky sports an amazon prime movies all drivers are up to date so are windows up dates  i can download silverlight and it instal

  • How I to restore the Project Site Deleted on Project Server 2010 ?

    Hi I have a questions, I deleted  a Project Site from project server 2010, but I need restore this site Do you have any way for restore the project site. Thanks a lot for the help

  • Changing default JTable column headings

    Hi, I've created a simple JTable using the following constructor: JTable table = new JTable ( numRows, numCols); and I would now like to change the default column headings ("A", "B", "C" etc) to something else. I'm trying to use the following method