Re: PSA - Daylight Savings Time

2012-03-16 Thread J.J. Merrick
Since most of my servers are Unix based I just use CRON and cURL to run a scheduled task. Here is what Cron Does... "Suppose I have a job scheduled to run at 2:15 Sunday morning. When we "spring ahead", there won't be a 2:15. cron will note that we "sprung ahead" by 60 minutes, so it will add 60

Re: PSA - Daylight Savings Time

2012-03-13 Thread Leigh
> he was responsible for DST not timezones.    That was my tired brain lumping all time related annoyances together. > DST was probably a good idea once but > now its there to remind developers how cruel the world really is. The decision to change it, over several years, .. now that was cruel

Re: PSA - Daylight Savings Time

2012-03-13 Thread Paul Hastings
On 3/13/2012 8:48 PM, Gerald Guido wrote: > Not just some guy but the creator of the largest insect collection in New > Zealand. Not that is makes dealing with time zones suck any less. he was responsible for DST not timezones. DST was probably a good idea once but now its there to remind develo

Re: PSA - Daylight Savings Time

2012-03-13 Thread Cameron Childress
On Mon, Mar 12, 2012 at 10:22 PM, Raymond Camden wrote: > Heh, ok, fine, then there are cases where you can't, but I'd be > willing to bet _most_ people can, and that _would_ be simpler. Didn't > say it would work 100% of the time. This assumes that people know what happens between 2-3 during D

Re: PSA - Daylight Savings Time

2012-03-13 Thread Claude Schnéegans
>>What would happen if you set up a scheduled task for 02:30 on the day that we return to standard time since there would theoretically be two 02:30's for that morning? Would it run twice? There is a simple way to make sure an application is run at least one and only one time: Say you have it

Re: PSA - Daylight Savings Time

2012-03-13 Thread Gerald Guido
>> we are stuck in timezone hell because some guy wanted extra time to collect insects? Not just some guy but the creator of the largest insect collection in New Zealand. Not that is makes dealing with time zones suck any less. G! On Tue, Mar 13, 2012 at 2:40 AM, Leigh wrote: > we are stuck i

Re: PSA - Daylight Savings Time

2012-03-13 Thread Geoffrey Bentz
Sometimes it takes a while to file that bug report. On Tue, Mar 13, 2012 at 2:40 AM, Leigh wrote: > > > Hard to believe an entomologist caused all this. > > http://en.m.wikipedia.org/wiki/George_Vernon_Hudson > > > Wait .. we are stuck in timezone hell because some guy wanted extra time > to co

Re: PSA - Daylight Savings Time

2012-03-12 Thread Leigh
> Hard to believe an entomologist caused all this. > http://en.m.wikipedia.org/wiki/George_Vernon_Hudson Wait .. we are stuck in timezone hell because some guy wanted extra time to collect insects?   -Leigh ~| Order the Adobe

Re: PSA - Daylight Savings Time

2012-03-12 Thread Byron Mann
Hard to believe an entomologist caused all this. http://en.m.wikipedia.org/wiki/George_Vernon_Hudson Byron Mann Lead Engineer and Architect Hostmysite.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adob

Re: PSA - Daylight Savings Time

2012-03-12 Thread Paul Hastings
On 3/13/2012 9:22 AM, Raymond Camden wrote: > Heh, ok, fine, then there are cases where you can't, but I'd be > willing to bet _most_ people can, and that _would_ be simpler. Didn't > say it would work 100% of the time. and what about creating scheduler traffic jams? you just chopped an hour out

Re: PSA - Daylight Savings Time

2012-03-12 Thread Gerald Guido
>> FYI, its right next door to classpath hell, so you'll have plenty of company. Heh... We must be neighbors. I was dealing with dependency hell about two weeks ago. Nice to meet you. G! On Mon, Mar 12, 2012 at 10:13 PM, Paul Hastings wrote: > > On 3/13/2012 8:18 AM, Gerald Guido wrote: > > >

Re: PSA - Daylight Savings Time

2012-03-12 Thread Raymond Camden
On Mon, Mar 12, 2012 at 9:12 PM, Paul Hastings wrote: > > On 3/13/2012 7:58 AM, Raymond Camden wrote: >> >> Wouldn't it be easy to just simply use a time outside of 2-3AM? > > and suppose you can't? maybe you have to meet reporting deadlines on the other > side of the world from your server? mayb

Re: PSA - Daylight Savings Time

2012-03-12 Thread Paul Hastings
On 3/13/2012 8:18 AM, Gerald Guido wrote: > >>> the descent into timezone hell > > So I am not alone on this? Good to know. For some reason calculating time > zones makes my brain hurt. http://www.youtube.com/watch?v=IIlKiRPSNGA no, you're not alone. everybody who deals with tz sooner or later fa

Re: PSA - Daylight Savings Time

2012-03-12 Thread Paul Hastings
On 3/13/2012 7:58 AM, Raymond Camden wrote: > > Wouldn't it be easy to just simply use a time outside of 2-3AM? and suppose you can't? maybe you have to meet reporting deadlines on the other side of the world from your server? maybe that's the exact time your server needs to release food for yo

Re: PSA - Daylight Savings Time

2012-03-12 Thread Gerald Guido
>> the descent into timezone hell So I am not alone on this? Good to know. For some reason calculating time zones makes my brain hurt. http://www.youtube.com/watch?v=IIlKiRPSNGA G! On Mon, Mar 12, 2012 at 8:49 PM, Paul Hastings wrote: > there's an easy & obvious solution for these sorts of pro

Re: PSA - Daylight Savings Time

2012-03-12 Thread Raymond Camden
Wouldn't it be easy to just simply use a time outside of 2-3AM? On Mon, Mar 12, 2012 at 7:49 PM, Paul Hastings wrote: > > On 3/13/2012 2:35 AM, Roger Austin wrote: > >> This seems to be a good reason to never set up scheduled tasks anywhere >> near 02:00 through 03:00. > > there's an easy & obvi

Re: PSA - Daylight Savings Time

2012-03-12 Thread Paul Hastings
On 3/13/2012 2:35 AM, Roger Austin wrote: > This seems to be a good reason to never set up scheduled tasks anywhere > near 02:00 through 03:00. there's an easy & obvious solution for these sorts of problems (ie the descent into timezone hell). - No virus found in this message. Checked by

Re: PSA - Daylight Savings Time

2012-03-12 Thread Roger Austin
Dave Watts wrote: > > > And in theory, CF10's scheduled task service should allow you to > > handle that with it's onMisfire support. > > If the hour for the scheduled task never arrives, that's not really a > "misfire" is it? What would happen if you set up a scheduled task for 02:30 on

Re: PSA - Daylight Savings Time

2012-03-12 Thread Raymond Camden
I don't know - I could see both interpretations. It was just an idea really - haven't tested any of this. :) On Mon, Mar 12, 2012 at 11:54 AM, Dave Watts wrote: > >> And in theory, CF10's scheduled task service should allow you to >> handle that with it's onMisfire support. > > If the hour for t

Re: PSA - Daylight Savings Time

2012-03-12 Thread Cameron Childress
On Mon, Mar 12, 2012 at 12:54 PM, Dave Watts wrote: > > And in theory, CF10's scheduled task service should allow you to > > handle that with it's onMisfire support. > > If the hour for the scheduled task never arrives, that's not really a > "misfire" is it? This is the same thought I have. Un

Re: PSA - Daylight Savings Time

2012-03-12 Thread Dave Watts
> And in theory, CF10's scheduled task service should allow you to > handle that with it's onMisfire support. If the hour for the scheduled task never arrives, that's not really a "misfire" is it? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf S

Re: PSA - Daylight Savings Time

2012-03-12 Thread Raymond Camden
On Mon, Mar 12, 2012 at 10:36 AM, Cameron Childress wrote: > > On Sun, Mar 11, 2012 at 1:29 PM, Raymond Camden > wrote: > >> And in theory, CF10's scheduled task service should allow you to >> handle that with it's onMisfire support. > > > Really? Well, I _think_ so. ;) > Huh. Interesting. I t

Re: PSA - Daylight Savings Time

2012-03-12 Thread Cameron Childress
On Sun, Mar 11, 2012 at 1:29 PM, Raymond Camden wrote: > And in theory, CF10's scheduled task service should allow you to > handle that with it's onMisfire support. Really? Huh. Interesting. I took a quick look at the CF10 beta docs and didn't see too much detail about how that would work. I'd

Re: PSA - Daylight Savings Time

2012-03-11 Thread Raymond Camden
And in theory, CF10's scheduled task service should allow you to handle that with it's onMisfire support. On Sat, Mar 10, 2012 at 7:54 AM, Cameron Childress wrote: > > You probably won't forget that DST changes this weekend.  But you may > forget that this means the hour between 2:00a and 3:00a

PSA - Daylight Savings Time

2012-03-10 Thread Cameron Childress
You probably won't forget that DST changes this weekend. But you may forget that this means the hour between 2:00a and 3:00a doesn't exist on Sat night / Sun morning. So on Monday when you are wondering... *THAT* is why your 2:15am scheduled task didn't run over the weekend... -Cameron -- Cam

Re: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-14 Thread John James
>Exceeded transfer limit is what I got. > >Yves > >On 3/13/07, John James <[EMAIL PROTECTED]> wrote: >> I am hosting this on Geocities for free. There is an hourly transfer limit, once that is exceeded this message will be displayed. Try it again a little while later and it should work. ~~~

Re: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-13 Thread Yves Arsenault
Exceeded transfer limit is what I got. Yves On 3/13/07, John James <[EMAIL PROTECTED]> wrote: > > I have created a patch tool to do this automatically for CFMX 7. > (http://www.geocities.com/cibert88/cfmx_dst_update.zip) > It wraps the JVM patches into an installer for Windows. > Sorry, I am

Re: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-13 Thread John James
I have created a patch tool to do this automatically for CFMX 7. (http://www.geocities.com/cibert88/cfmx_dst_update.zip) It wraps the JVM patches into an installer for Windows. Sorry, I am posting this late. As allways make backups and you are responsible for your actions. Best, Ci ~~

Re: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-13 Thread Josh Nathanson
" Sent: Tuesday, March 13, 2007 2:57 PM Subject: Re: Daylight Savings Time Change (Slightly OT, but relevant) > Hi Ben, > > I'm looking on sun's site for the 1.4.2_11, but can't find it. All I can > find is SE JDK 6. six?! I'm confused. I'm always confuse

Re: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-13 Thread Josh Nathanson
riginal Message - From: "Christopher Jordan" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Tuesday, March 13, 2007 3:05 PM Subject: Re: Daylight Savings Time Change (Slightly OT, but relevant) > Okay, so I just googled 1.4.2_11 and got the site, but I'll be damne

RE: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-13 Thread Brad Wood
: Christopher Jordan [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 13, 2007 4:57 PM To: CF-Talk Subject: Re: Daylight Savings Time Change (Slightly OT, but relevant) Hi Ben, I'm looking on sun's site for the 1.4.2_11, but can't find it. All I can find is SE JDK 6. six?! I'm co

Re: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-13 Thread Christopher Jordan
t;> Thanks for the info! >> >> Rick >> >> -Original Message- >> From: Paul Hastings [mailto:[EMAIL PROTECTED] >> Sent: Saturday, March 10, 2007 12:21 PM >> To: CF-Talk >> Subject: Re: Daylight Savings Time Change (Slightly OT, but relevant) &g

Re: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-13 Thread Christopher Jordan
m: Paul Hastings [mailto:[EMAIL PROTECTED] >> Sent: Saturday, March 10, 2007 12:21 PM >> To: CF-Talk >> Subject: Re: Daylight Savings Time Change (Slightly OT, but relevant) >> >> Rick Faircloth wrote: >> >>> the Java install that comes (for me a

RE: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-13 Thread DURETTE, STEVEN J \(ATTASIAIT\)
-Talk Subject: Re: Daylight Savings Time Change (Slightly OT, but relevant) That's pretty much the answer I was looking for. Thanks, Eric. Ben >Adobe wont support you if you install past 1.4.2_11 so if you dont have >support your fine > >Eric > >On 3/13/07, Ben Muell

Re: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-13 Thread Ben Mueller
That's pretty much the answer I was looking for. Thanks, Eric. Ben >Adobe wont support you if you install past 1.4.2_11 so if you dont have >support your fine > >Eric > >On 3/13/07, Ben Mueller <[EMAIL PROTECTED]> wrote: >> ~|

Re: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-13 Thread Eric Haskins
> > >-Original Message- > >From: Paul Hastings [mailto:[EMAIL PROTECTED] > >Sent: Saturday, March 10, 2007 12:21 PM > >To: CF-Talk > >Subject: Re: Daylight Savings Time Change (Slightly OT, but relevant) > > > >Rick Faircloth wrote: > >

Re: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-13 Thread Ben Mueller
ure quite what to do. Thanks, Ben >Thanks for the info! > >Rick > >-Original Message- >From: Paul Hastings [mailto:[EMAIL PROTECTED] >Sent: Saturday, March 10, 2007 12:21 PM >To: CF-Talk >Subject: Re: Daylight Savings Time Change (Slightly OT, but relevant) &g

RE: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-10 Thread Rick Faircloth
Thanks for the info! Rick -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: Saturday, March 10, 2007 12:21 PM To: CF-Talk Subject: Re: Daylight Savings Time Change (Slightly OT, but relevant) Rick Faircloth wrote: > the Java install that comes (for me anyway) f

Re: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-10 Thread Paul Hastings
Rick Faircloth wrote: > the Java install that comes (for me anyway) from Sun? Just download > and install the latest JDK from there? following adobe's advice on this probably is a good idea, so no, not the latest version (1.5/1.6) but the latest version that adobe says is ok w/cf, 1.4.2_11 or

RE: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-10 Thread Rick Faircloth
stall the latest JDK from there? Rick -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: Friday, March 09, 2007 9:38 PM To: CF-Talk Subject: Re: Daylight Savings Time Change (Slightly OT, but relevant) Rick Faircloth wrote: > Am I ok just manually changing my pc

Re: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-09 Thread Paul Hastings
Rick Faircloth wrote: > Am I ok just manually changing my pc's, laptops, and servers on Sunday? it's probably a good idea to point out that if you use java or cf for date math around the DST boundaries you'll have problems unless you update your JDK. ~

Re: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-09 Thread Dan Blickensderfer
works correctly. Here is the link http://support.microsoft.com/gp/cp_dst Dan - Original Message - From: "Robert Harrison" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: March 09, 2007 10:00 AM Subject: Daylight Savings Time Change (Slightly OT, but relevant) > &g

RE: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-09 Thread Dave Watts
> Am I missing something? What's got a lot of organization in > "crisis mode" over this? Does it just concern large organizations > whose functions are time-sensitive? A lot of computing functionality is time-sensitive. Logins, for example, can be time-sensitive. In an Active Directory environ

Re: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-09 Thread dcooper
For some basic info for CF5, 6, 7+, you can start here: http://www.dcooper.org Damon > On Friday 09 Mar 2007, Robert Harrison wrote: > > > In case you have not heard the dates on which we change to Daylight > Savings > > Time have changed. It used to be we went on

RE: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-09 Thread Rick Faircloth
PROTECTED] Sent: Friday, March 09, 2007 11:41 AM To: CF-Talk Subject: Re: Daylight Savings Time Change (Slightly OT, but relevant) On Friday 09 Mar 2007, Rick Faircloth wrote: > Am I missing something? What's got a lot of organization in "crisis mode" > over this? Does it just co

Re: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-09 Thread Tom Chiverton
On Friday 09 Mar 2007, Rick Faircloth wrote: > Am I missing something? What's got a lot of organization in "crisis mode" > over this? Does it just concern large organizations whose functions are > time-sensitive? Yeah, in the main. There has been Fuss, because *some* companies are finding out ju

RE: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-09 Thread Rick Faircloth
om Chiverton [mailto:[EMAIL PROTECTED] Sent: Friday, March 09, 2007 10:45 AM To: CF-Talk Subject: Re: Daylight Savings Time Change (Slightly OT, but relevant) On Friday 09 Mar 2007, Robert Harrison wrote: > In case you have not heard the dates on which we change to Daylight Savings > Time h

Re: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-09 Thread Greg Morphis
What? There's people outside the US? heh On 3/9/07, Paul Vernon <[EMAIL PROTECTED]> wrote: > > > In case you have not heard the dates on which we change to Daylight > > > Savings Time have changed. It used to be we went on > > Daylight Savings > > > Tim

RE: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-09 Thread Paul Vernon
> > In case you have not heard the dates on which we change to Daylight > > Savings Time have changed. It used to be we went on > Daylight Savings > > Time the first Sunday in April and off the last Sunday in October. > > Just worth pointing out, that if you live

Re: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-09 Thread Tom Chiverton
On Friday 09 Mar 2007, Robert Harrison wrote: > In case you have not heard the dates on which we change to Daylight Savings > Time have changed. It used to be we went on Daylight Savings Time the first > Sunday in April and off the last Sunday in October. Just worth pointing out, th

Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-09 Thread Robert Harrison
FYI: In case you have not heard the dates on which we change to Daylight Savings Time have changed. It used to be we went on Daylight Savings Time the first Sunday in April and off the last Sunday in October. That has changed as Daylight Savings Time has been extended to help conserve

RE: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and others)

2007-02-08 Thread Che Vilnonis
Thanks for the link. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 12:23 PM To: CF-Talk Subject: RE: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and others) > Does anyone know if this work instead

RE: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and others)

2007-02-08 Thread Dave Watts
> Does anyone know if this work instead of upgrading to 1.4.2_11? > http://java.sun.com/javase/tzupdater_README.html I don't know, but I'd recommend that you just upgrade to the latest supported JVM (which in this case is 1.4.2_11). > Also, does anyone have a direct link to dlownload 1.4.2_11? Y

RE: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and others)

2007-02-08 Thread Che Vilnonis
PM To: CF-Talk Subject: RE: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and others) > I'm no Java wiz, but do these changes affect CFMX and its JRE? Yes, I think so, because CF comes with 1.4.2_09 or earlier versions. You'll probably want to upgrad

Re: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and others)

2007-02-06 Thread sam komo
Folloed the recommendation from Adobe, tried applying the Java 1.4.2_11 patch from Sun. Now unable to restart my CF Administrator. How do I safe apply this update? Thanks Sam ~| Upgrade to Adobe ColdFusion MX7 Experience Fle

RE: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and others)

2007-01-26 Thread Chris Norloff
That doesn't sound very likely! With the vulnerability classified as "Remotely exploitable" and allowing a denial of service without authentication it sounded like something a user could do. thanks for the read, Chris -- Original Message -- From: Dave W

RE: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and others)

2007-01-25 Thread Dave Watts
> Yes ... and 1.4.2_11 has a low-rated security vulnerability. > > http://nvd.nist.gov/nvd.cfm?cvename=CVE-2003-1301 > > http://sunsolve.sun.com/search/document.do?assetkey=1-26-102732-1 It appears that the vulnerability only applies to running remote code, which is quite unlikely in the case o

RE: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and others)

2007-01-25 Thread Chris Norloff
Yes ... and 1.4.2_11 has a low-rated security vulnerability. http://nvd.nist.gov/nvd.cfm?cvename=CVE-2003-1301 http://sunsolve.sun.com/search/document.do?assetkey=1-26-102732-1 -- Original Message -- From: "Everett, Al \(NIH/NIGMS\) [C]" <[EMAIL PROTECT

RE: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and others)

2007-01-25 Thread Everett, Al \(NIH/NIGMS\) [C]
> Is 1.4.2_11 officially approved for use by Adobe for CFMX 6.1 and 7.02? http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=d2ab4470 ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful

RE: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and others)

2007-01-23 Thread DURETTE, STEVEN J \(ASI-AIT\)
y, January 22, 2007 3:43 PM To: CF-Talk Subject: Re: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and others) What is the problem? If there is a problem with _11 but has a fundamental flaw then it is up to Adobe to certify _13 pronto. "This e-ma

RE: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and others)

2007-01-22 Thread Dave Watts
> no CFLDAP used here :) How about web services? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your lo

Re: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and others)

2007-01-22 Thread John Blayter
no CFLDAP used here :) On 1/22/07, Dave Watts <[EMAIL PROTECTED]> wrote: > > I am using 1.4.2_13 in production and it works like a champ. > > I have had no problems whatsoever with it. > > Are you using CFLDAP, out of curiosity? > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > >

Re: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and others)

2007-01-22 Thread Robertson-Ravo, Neil (RX)
expressed within this communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -Original Message- From: John Blayter To: CF-Talk Sent: Mon Jan 22 21:31:00 2007 Subject: Re: Changes to Daylight Savings Time in 2007 may affect

RE: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and others)

2007-01-22 Thread Dave Watts
> I am using 1.4.2_13 in production and it works like a champ. > I have had no problems whatsoever with it. Are you using CFLDAP, out of curiosity? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our trai

Re: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and others)

2007-01-22 Thread John Blayter
expo.com > > -Original Message- > From: Dave Watts > To: CF-Talk > Sent: Mon Jan 22 20:32:48 2007 > Subject: RE: Changes to Daylight Savings Time in 2007 may affect your data > bases (DB2, Oracle and others) > > > How about 1.4.2_13? We have been told a work that

Re: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and others)

2007-01-22 Thread Robertson-Ravo, Neil (RX)
website at http://www.reedexpo.com -Original Message- From: Dave Watts To: CF-Talk Sent: Mon Jan 22 20:32:48 2007 Subject: RE: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and others) > How about 1.4.2_13? We have been told a work that _11 has

RE: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and others)

2007-01-22 Thread Dave Watts
> How about 1.4.2_13? We have been told a work that _11 has a > security problem and isn't allowed. The latest version listed on the Adobe site is 11, but you can certainly try 13 and see if it works with your applications. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Sof

RE: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and others)

2007-01-22 Thread DURETTE, STEVEN J \(ASI-AIT\)
How about 1.4.2_13? We have been told a work that _11 has a security problem and isn't allowed. -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Friday, January 19, 2007 12:19 PM To: CF-Talk Subject: Re: Changes to Daylight Savings Time in 200

RE: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and others)

2007-01-19 Thread Dave Watts
> Is 1.4.2_11 officially approved for use by Adobe for CFMX 6.1 > and 7.02? Yes. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Norther

Re: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and others)

2007-01-19 Thread Robertson-Ravo, Neil (RX)
07 Subject: RE: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and others) Is 1.4.2_11 officially approved for use by Adobe for CFMX 6.1 and 7.02? -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, January 19, 2007 12:15 PM T

RE: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and others)

2007-01-19 Thread Che Vilnonis
Is 1.4.2_11 officially approved for use by Adobe for CFMX 6.1 and 7.02? -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, January 19, 2007 12:15 PM To: CF-Talk Subject: RE: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and

RE: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and others)

2007-01-19 Thread Dave Watts
> I'm no Java wiz, but do these changes affect CFMX and its JRE? Yes, I think so, because CF comes with 1.4.2_09 or earlier versions. You'll probably want to upgrade to 1.4.2_11: http://java.sun.com/developer/technicalArticles/Intl/USDST/ Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com

Re: OT: Changes to Daylight Savings Time in 2007 may affect your databases (DB2, Oracle and others)

2007-01-19 Thread Paul Hastings
Che Vilnonis wrote: > I'm no Java wiz, but do these changes affect CFMX and its JRE? yes. damon's put up some info: http://www.dcooper.org/blog/client/index.cfm?mode=entry&entry=E3E028EF-4E22-1671-5E1639B73574B0C5 ~| Upgrade to

OT: Changes to Daylight Savings Time in 2007 may affect your databases (DB2, Oracle and others)

2007-01-19 Thread Che Vilnonis
I'm no Java wiz, but do these changes affect CFMX and its JRE? http://blogs.ittoolbox.com/database/technology/archives/changes-to-daylight- savings-time-in-2007-may-affect-your-databases-db2-oracle-and-others-13443

UTC/TimeZone/Daylight Savings Time problem

2004-04-06 Thread Lofback, Chris
We are in the Eastern US Timezone (GMT-5).  After the DST adjustment this weekend, some CF5 code that relies on UTC adjustments began failing, showing a one hour difference.  We checked our servers (Win2K, Apache 1.3) and the time, date, time zone and DST checkboxes were all correct.  We dumped the

RE: UTC and daylight savings time...

2003-12-17 Thread cf-talk
ion and delt with it accordingly. -Novak -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 11:19 AM To: CF-Talk Subject: RE: UTC and daylight savings time... I do just about what you do 1. set a _javascript_ cookie with persons time zone 2. read

RE: UTC and daylight savings time...

2003-12-17 Thread Tony Weeg
53 PM To: CF-Talk Subject: UTC and daylight savings time... While we're discussing best practices today I have a quick question regarding time zones, UTC, etc, etc. I believe that the preferred method of storing dates and times in your database is in UTC.  I have no problem running all of the

UTC and daylight savings time...

2003-12-17 Thread cf-talk
While we're discussing best practices today I have a quick question regarding time zones, UTC, etc, etc. I believe that the preferred method of storing dates and times in your database is in UTC.  I have no problem running all of the servers in the UTC time zone even. >From there it's a question

RE: Daylight savings time

2002-04-05 Thread Shawn McKee
This looks promising. Shawn McKee -Original Message- From: Matthew Walker [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 9:12 PM To: CF-Talk Subject: RE: Daylight savings time It's a huge pain. I was exploring this yesterday and found this link which might be u

Re: Daylight savings time

2002-04-05 Thread Jochem van Dieten
Shawn McKee wrote: > I have applications that deliver content in a time sensitive manner. We > store times in our database in UTC (GMT). Whenever a country changes from > or to standard time I catch a lot of grief because release times have to be > manually updated. Anybody know of a tool, CF o

RE: Daylight savings time

2002-04-04 Thread Chris Montgomery
has an offset of 9 hours and 30 minutes from UTC. * isDSTOnTrue if Daylight Savings Time (DST) is on in the host; False if DST is off. Category Date and time functions Syntax GetTimeZoneInfo() See also DateConvert, CreateDateTime, DatePart Example GetTimeZoneInfo Example GetTimeZoneInfo

RE: Daylight savings time

2002-04-04 Thread Matthew Walker
http://www.cabbagetree.co.nz/ */ -Original Message- From: Shawn McKee [mailto:[EMAIL PROTECTED]] Sent: Friday, 5 April 2002 10:01 a.m. To: CF-Talk Subject: Daylight savings time I have applications that deliver content in a time sensitive manner. We store times in our database in UTC (GMT). Whene

Daylight savings time

2002-04-04 Thread Shawn McKee
I have applications that deliver content in a time sensitive manner. We store times in our database in UTC (GMT). Whenever a country changes from or to standard time I catch a lot of grief because release times have to be manually updated. Anybody know of a tool, CF or otherwise, that can help

RE: Daylight Savings Time

2001-10-28 Thread Kym Kovan
Regarding time changes ands session variables I have not checked yet but our hosting firm partner does not make their servers change to daylight saving, they just run the proper fixed offset from GMT the whole year round (it makes logs and stats and everything else an awful lot easier) and a lo

RE: Daylight Savings Time

2001-10-28 Thread Gregory Harris
lk Subject: Daylight Savings Time OK, I'm curious. What happens to times variables when the clock changes? Do they last an extra hour in the fall and timeout an hour prematurely in the spring? Or does ColdFusion have an "internal clock" that syncs with the server's clock? --

Daylight Savings Time

2001-10-28 Thread Bud
OK, I'm curious. What happens to times variables when the clock changes? Do they last an extra hour in the fall and timeout an hour prematurely in the spring? Or does ColdFusion have an "internal clock" that syncs with the server's clock? -- Bud Schneehagen - Tropical Web Creations _/_/_/_/_

RE: Daylight savings time on the server?

2001-05-08 Thread Paul Ihrig
well this was odd. it worked fine with iCalendar but an hour off with vCalendar. dates are all new. + we just got hacked by poison from china : ] -paul Web Developer, NBBJ Work: [EMAIL PROTECTED] 614 241-3534 fax:614 485-5534 Home: [EMAIL PROTECTED] 614 449-1681 > icq:

RE: Daylight savings time on the server?

2001-05-08 Thread Kevin Miller
ct the server the first week of daylight savings time. SELECT * FROM tbl_Calendar, tbl_Class, tbl_Program, tbl_Room WHERE tbl_Calendar.CalendarID = #FORM.CalendarID# AND tbl_Class.ClassID = tbl_Calendar.ClassID AND tbl_Room.RoomID = tbl_Calendar.RoomID http://inhou

RE: Daylight savings time on the server?

2001-05-08 Thread Paul Ihrig
only affect the server the first week of daylight savings time. SELECT * FROM tbl_Calendar, tbl_Class, tbl_Program, tbl_Room WHERE tbl_Calendar.CalendarID = #FORM.CalendarID# AND tbl_Class.ClassID = tbl_Calendar.ClassID AND tbl_Room.RoomID = tbl_Calendar.RoomID

Re: Daylight savings time on the server?

2001-05-07 Thread Jim McAtee
1.asp Jim - Original Message - From: "Paul Ihrig" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, May 07, 2001 6:43 PM Subject: Daylight savings time on the server? > OK, i have a weird one for you. > the server time is correc

Re: Daylight savings time on the server?

2001-05-07 Thread Kevin Miller
How are you determining the time zone offset from GMT? Are you using the GetTimeZoneInfo function? Kevin >>> [EMAIL PROTECTED] 05/07/01 05:43PM >>> OK, i have a weird one for you. the server time is correct. all my cf apps run just fine in relation to time. except 1. it is an education secti

Daylight savings time on the server?

2001-05-07 Thread Paul Ihrig
OK, i have a weird one for you. the server time is correct. all my cf apps run just fine in relation to time. except 1. it is an education section of the site. when a user goes to sign up for the class & they get their confirmation. all fine, but. then if the go & use a vCalendar sign up thing

RE: daylight savings time..... CF is reporting the wrong value for now

2001-04-02 Thread Russ Conway
Someone posted this to the Allaire CF forum... I fixed mine by disabling the daylight savings time option in Windows and changed the time manually. Then CF recognized the right time. Russell Conway HallofSports.com, Inc. 351 West 22nd Street New York, NY 10011 P (646) 638-2500 F (646) 638-3444

RE: daylight savings time..... CF is reporting the wrong value for now

2001-04-02 Thread Dan G. Switzer, II
suspect you may be able to fix the problem also by temporarily unchecking the "Automate daylight savings time" or selecting a time-zone that's not affected by Daylight Savings, but I haven't tested this. -Dan -Original Message- From: Tobe Goldfinger [mailto:[EMAIL PROT

daylight savings time..... CF is reporting the wrong value for now

2001-04-02 Thread Tobe Goldfinger
I have a client (still running CF4.01)... and Now() is reporting one hour behind the current time on the server. This problem started once we moved the clock this weekend. I see others are having this problem, because there are a few postings on Allaire Forums about this.. but so far n

Re: Standard or Daylight Savings Time

2000-11-14 Thread Jim McAtee
quot;y": Jim - Original Message - From: "pan" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, November 14, 2000 9:07 PM Subject: Re: Standard or Daylight Savings Time > > - Original Message - > From: "Jim

Re: Standard or Daylight Savings Time

2000-11-14 Thread Michael Kear
On Tue, 14 Nov 2000, Jim McAtee wrote: > > > Anyone know where I can get a list of dates that daylight savings time > > begins and ends for, say, the next 10 years? > > As they say in the classics, rotsa ruck pal! The USA might be standard about it, but in some pa

RE: Standard or Daylight Savings Time

2000-11-14 Thread Walker, Matthew
> Anyone know where I can get a list of dates that daylight savings time > begins and ends for, say, the next 10 years? If you're looking for this for lots of countries If you happen to have a win98 CD, in the Resource Kit there's a thing for tweaking time zone settings. You

Re: Standard or Daylight Savings Time

2000-11-14 Thread Joseph Thompson
This sounds right for Canada as well (I know the last Sunday in Oct is right.. wasn't that long ago : ) > "Since 1987, Daylight Saving Time in all U.S. states, > the District of Columbia, and U.S. possessions begins > at 2am on the first Sunday in Apr. and ends at 2am > in the last Sunday in Oct.

Re: Standard or Daylight Savings Time

2000-11-14 Thread pan
- Original Message - From: "Jim McAtee" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, November 14, 2000 16:41 Subject: OT: Standard or Daylight Savings Time > Anyone know where I can get a list of dates that daylight savings t

  1   2   >