flash forms/cfgrid db query timezone diffrence

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default flash forms/cfgrid db query timezone diffrence

    I have a flash forms app. with a cfgrid and several cfinputs bound to the grid
    data that show a query's returned data datetime type ahead by 2 hours. I
    trouble shot and trouble shot and found that the since the server is two hours
    behind (mountain) and my computer's clock is two hours ahead of the
    server(eastern), that the flash form alters the time of the datetime type. If
    I return the data from the query in a cfoutput it returns fine. And if I
    change my computer clock's timezone to the server's timezone the data in the
    flash form returns fine.

    My first thought would try to change the timezone settings for everyone who
    visits the site with javascript or something. I just want the data that is
    returned from the query to be exactly what is stored in the db and then mask to
    display the data the way i would like. Is there anything that anyone can
    suggest to make the app. available to anyone in any timezone? Thanks in
    advance.

    none9898 Guest

  2. Similar Questions and Discussions

    1. Tab Navigation with Flash Forms/CFGrid
      I have three tabs for three different types of comodities. The user can search for that part on either one of the tabs. When they select search,...
    2. Flash forms adding the difference for timezone
      I am still having the same trouble and getting no replys to why my flash form is changing my datetime data ahead by the difference the server and my...
    3. CFMX7 flash forms cfgrid time is two hours ahead in grid
      I can't understand a query to the database and output to a cfgrid inside a flash form. My db is mysql and cfmx7 is the server. The info that I am...
    4. CF7 Flash forms cfgrid and accordion
      I'm working with Flash forms in CF7. What I have is a 2-pane accordion. Pane 1 contains a Flash grid showing a list of all the records in a database...
    5. CFGRID sort in Flash forms
      Has anyone gotten sort="no" to work in a flash <CFGRID> ? Brendan
  3. #2

    Default Re: flash forms/cfgrid db query timezone diffrence

    It should be showing the date in the query. Can you send me a simple test
    case, with data (queryNew() works great for this).

    thanks,
    ---nimer

    "none9898" <webforumsuser@macromedia.com> wrote in message
    news:d085ki$hg2$1@forums.macromedia.com...
    >I have a flash forms app. with a cfgrid and several cfinputs bound to the
    >grid
    > data that show a query's returned data datetime type ahead by 2 hours. I
    > trouble shot and trouble shot and found that the since the server is two
    > hours
    > behind (mountain) and my computer's clock is two hours ahead of the
    > server(eastern), that the flash form alters the time of the datetime type.
    > If
    > I return the data from the query in a cfoutput it returns fine. And if I
    > change my computer clock's timezone to the server's timezone the data in
    > the
    > flash form returns fine.
    >
    > My first thought would try to change the timezone settings for everyone
    > who
    > visits the site with javascript or something. I just want the data that
    > is
    > returned from the query to be exactly what is stored in the db and then
    > mask to
    > display the data the way i would like. Is there anything that anyone can
    > suggest to make the app. available to anyone in any timezone? Thanks in
    > advance.
    >

    Mike Nimer Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139