ColdFusion 5 and Daylight Savings Time

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default ColdFusion 5 and Daylight Savings Time

    Is Cold Fusion 5 affected by the change in Daylight Savings Time that's coming up? If so, is there a resolution?
    bdfennell Guest

  2. Similar Questions and Discussions

    1. Daylight Savings Time
      Using the Date object, I can get the timezone (eg: GMT-4 is current for EDT, EST would return GMT-5). WHat I need help with is determining, from a...
    2. Daylight Savings Time fix and CFDOCUMENT
      After our webmaster installed the JVM update (1.4.2_13) to correct the DST issue, I discovered that CFDOCUMENT doesn't seem to function. Has anyone...
    3. CF MX and Daylight Savings Time Change
      Next year 2007, the Daylight Saving day (chaning the clocks for spring and fall) will be changing. The Spring date will be a month earlier and the...
    4. [PHP] Timezones and Daylight Savings Time
      What if you set the server to use UTC and then used the clients local system setting to offset it for each client? So the server would have it's...
    5. accounting for daylight savings time
      Hi If you need to account for daylight savings, you could use the following SQL query to detect the same select SYSDATE x, 0 r1 from dual where...
  3. #2

    Default Re: ColdFusion 5 and Daylight Savings Time

    bdfennell wrote:
    > Is Cold Fusion 5 affected by the change in Daylight Savings Time that's coming up? If so, is there a resolution?
    not that i have cf5 around to test, but updating the OS should do the trick. if
    you're on w2k these might be of interest:

    [url]http://www.informationweek.com/shared/printableArticle.jhtml?articleID=196700071[/url]
    [url]http://support.microsoft.com/?kbid=914387[/url]
    [url]http://www.microsoft.com/windows/timezone/dst2007.mspx[/url]
    PaulH **AdobeCommunityExpert** Guest

  4. #3

    Default Re: ColdFusion 5 and Daylight Savings Time

    bdfennell wrote:
    > Is Cold Fusion 5 affected by the change in Daylight Savings Time that's coming up? If so, is there a resolution?

    sarge has more cf5 info than i do:

    [url]http://www.sargeway.com/blog/index.cfm/2007/1/22/ColdFusion-DST[/url]
    PaulH **AdobeCommunityExpert** Guest

  5. #4

    Default Re: ColdFusion 5 and Daylight Savings Time

    Great link. Thanks. Exactly what I was looking for.
    bdfennell Guest

  6. #5

    Default Re: ColdFusion 5 and Daylight Savings Time

    I'm looking for some feedback on my testing results that I posted at Sarge's blog. Has anyone else tested that code?

    Terry
    tmschmitt 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