I'm having a bit of trouble finding a work-around for a particular datetime issue....
I have the following GMT datetime string parsed from a CSV file: "2012-03-11 02:00:06" However, 2:00:00 through 2:59:59 on this particular date does not exist due to daylight savings and causes the engine to throw an invalid datetime error any time I try to do anything with it. I can't use DateAdd to adjust it. I can't use lsDateFormat to adjust it. Is my only option to modify it as a string before using it as a date? -- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en
