TimeOfDay problem with DTS

2010-10-31 Thread Martin Grigorov
Hi,

Locally org.apache.wicket.util.time.TimeOfDayTest.test() fails today due to
Daylight Time Savings change last night.
Is this a bug in TimeOfDay that we care about ?
Setting the default time zone to one without DTS (e.g. 'GMT') makes the test
pass.

martin-g


Re: TimeOfDay problem with DTS

2010-10-31 Thread Johan Compagner
this is known issue from day 1 :)
it is a test that fails 2 times a year.. dont think anybody bothers about it :)


On Sun, Oct 31, 2010 at 14:02, Martin Grigorov mgrigo...@apache.org wrote:
 Hi,

 Locally org.apache.wicket.util.time.TimeOfDayTest.test() fails today due to
 Daylight Time Savings change last night.
 Is this a bug in TimeOfDay that we care about ?
 Setting the default time zone to one without DTS (e.g. 'GMT') makes the test
 pass.

 martin-g



Re: TimeOfDay problem with DTS

2010-10-31 Thread James Carman
Where are you that DST changed last night?  Ours (EDT timezone)
doesn't change until next Sunday at 2:00 AM.  At least that's what the
time settings dialog in Windows 7 says.

On Sun, Oct 31, 2010 at 9:02 AM, Martin Grigorov mgrigo...@apache.org wrote:
 Hi,

 Locally org.apache.wicket.util.time.TimeOfDayTest.test() fails today due to
 Daylight Time Savings change last night.
 Is this a bug in TimeOfDay that we care about ?
 Setting the default time zone to one without DTS (e.g. 'GMT') makes the test
 pass.

 martin-g



Re: TimeOfDay problem with DTS

2010-10-31 Thread Martin Grigorov
On Sun, Oct 31, 2010 at 2:48 PM, James Carman ja...@carmanconsulting.comwrote:

 Where are you that DST changed last night?  Ours (EDT timezone)
 doesn't change until next Sunday at 2:00 AM.  At least that's what the
 time settings dialog in Windows 7 says.

Europe.


 On Sun, Oct 31, 2010 at 9:02 AM, Martin Grigorov mgrigo...@apache.org
 wrote:
  Hi,
 
  Locally org.apache.wicket.util.time.TimeOfDayTest.test() fails today due
 to
  Daylight Time Savings change last night.
  Is this a bug in TimeOfDay that we care about ?
  Setting the default time zone to one without DTS (e.g. 'GMT') makes the
 test
  pass.
 
  martin-g
 



Re: TimeOfDay problem with DTS

2010-10-31 Thread Martin Grigorov
I'll set GMT as default for this test then.

On Sun, Oct 31, 2010 at 2:04 PM, Johan Compagner jcompag...@gmail.comwrote:

 this is known issue from day 1 :)
 it is a test that fails 2 times a year.. dont think anybody bothers about
 it :)


 On Sun, Oct 31, 2010 at 14:02, Martin Grigorov mgrigo...@apache.org
 wrote:
  Hi,
 
  Locally org.apache.wicket.util.time.TimeOfDayTest.test() fails today due
 to
  Daylight Time Savings change last night.
  Is this a bug in TimeOfDay that we care about ?
  Setting the default time zone to one without DTS (e.g. 'GMT') makes the
 test
  pass.
 
  martin-g
 



Re: TimeOfDay problem with DTS

2010-10-31 Thread James Carman
On Sun, Oct 31, 2010 at 9:54 AM, Martin Grigorov mgrigo...@apache.org wrote:
 Where are you that DST changed last night?  Ours (EDT timezone)
 doesn't change until next Sunday at 2:00 AM.  At least that's what the
 time settings dialog in Windows 7 says.

 Europe.


Figures.  I don't know why everyone doesn't just do this stuff the
same way.  Better yet, don't do it at all. :)  Darn that Benjamin
Franklin!


Re: TimeOfDay problem with DTS

2010-10-31 Thread Martin Grigorov
On Sun, Oct 31, 2010 at 2:54 PM, Martin Grigorov mgrigo...@apache.orgwrote:

 I'll set GMT as default for this test then.

It seems it will stay for another 6 months as it is now :-)
Setting GMT as default helps only if I run the test alone (mvn -Dtest=...)
but it still fails when ran within the group ...
Since it is not something important I'll not spend more time on it.


 On Sun, Oct 31, 2010 at 2:04 PM, Johan Compagner jcompag...@gmail.comwrote:

 this is known issue from day 1 :)
 it is a test that fails 2 times a year.. dont think anybody bothers about
 it :)


 On Sun, Oct 31, 2010 at 14:02, Martin Grigorov mgrigo...@apache.org
 wrote:
  Hi,
 
  Locally org.apache.wicket.util.time.TimeOfDayTest.test() fails today due
 to
  Daylight Time Savings change last night.
  Is this a bug in TimeOfDay that we care about ?
  Setting the default time zone to one without DTS (e.g. 'GMT') makes the
 test
  pass.
 
  martin-g