Re: Convert SNAPSHOT timestamps from utc to local time

2008-03-19 Thread David Delbecq
. Cheers. -Message d'origine- De : Wayne Fay [mailto:[EMAIL PROTECTED] Envoyé : mardi 18 mars 2008 16:32 À : Maven Users List Objet : Re: Convert SNAPSHOT timestamps from utc to local time Not that I'm aware of, at least, not today. If you really must have this feature, you could add

RE: Convert SNAPSHOT timestamps from utc to local time

2008-03-19 Thread MATHUS Baptiste
-Message d'origine- De : David Delbecq [mailto:[EMAIL PROTECTED] Envoyé : mercredi 19 mars 2008 08:36 À : Maven Users List Objet : Re: Convert SNAPSHOT timestamps from utc to local time Just a stupid suggestion: Wouldn't it be much easier to either 1) Setup the local

Re: Convert SNAPSHOT timestamps from utc to local time

2008-03-19 Thread David Delbecq
Agreed, though there's a lot of things that are not complex. But as I said, nobody here ever use UTC (and there's very little chance we are going to ever need it). This would obviously be possible to teach our developer what UTC is, and how to shift the time by themselves. But I really think

Re: Convert SNAPSHOT timestamps from utc to local time

2008-03-19 Thread Wayne Fay
On 3/19/08, David Delbecq [EMAIL PROTECTED] wrote: to find out if their commit are part of a given snapshot :) Generally in project, i don't like to see attempts at using a tool for something it was not designed for, unless there are string reasons behind this. I think even Mathus would agree

Convert SNAPSHOT timestamps from utc to local time

2008-03-18 Thread MATHUS Baptiste
Hi all, We're having a small problem with deployment: UTC is being used for replacing SNAPSHOT with timestamp. For us, UTC is one hour behind local time. In some days, it will be 2 hours. It's a bit annoying because people are sometimes wondering which snapshot is corresponding to their commit.

Re: Convert SNAPSHOT timestamps from utc to local time

2008-03-18 Thread Wayne Fay
Not that I'm aware of, at least, not today. If you really must have this feature, you could add a configuration and hack the code, but as with any user-provided patch, there's no guarantee it would be accepted into the core if you contributed it via Jira. Maven uses UTC on purpose so that

RE: Convert SNAPSHOT timestamps from utc to local time

2008-03-18 Thread MATHUS Baptiste
and propose a patch with some additional parameter to tune this behaviour, hoping it finds a way into the trunk one day. Cheers. -Message d'origine- De : Wayne Fay [mailto:[EMAIL PROTECTED] Envoyé : mardi 18 mars 2008 16:32 À : Maven Users List Objet : Re: Convert SNAPSHOT timestamps from utc