I have not checked how it works, but are you sure it is not your local
time but expressed as GMT/UTC? This would be a reasonable approach to
make sure that files produced in any timezone have timestamps in "global
order".
- henrik
On 2/9/11 11:08 PM, Tamar Cohen wrote:
> so ... Buckminster thinks I'm in GMT and so my hours are wrong.
>
> I've got this set in my properties file:
> # How .qualifier in versions should be replaced
> qualifier.replacement.*=generator:buildTimestamp
>
> # How the qualifier (last revision) should be formatted
> generator.buildTimestamp.format='v'yyyyMMdd-HHmm
>
> and when it runs, the HH are off because it's in GMT. How do I tell
> Buckminster my time zone? or Java?
>
> thanks
>
> Tamar
There's a very good reason why the qualifiers use UTC. That makes the build completely insensitive to timestamps.
- thomas
On 2011-02-09 23:08, Tamar Cohen wrote:
> so ... Buckminster thinks I'm in GMT and so my hours are wrong.
>
> I've got this set in my properties file:
> # How .qualifier in versions should be replaced
> qualifier.replacement.*=generator:buildTimestamp
>
> # How the qualifier (last revision) should be formatted
> generator.buildTimestamp.format='v'yyyyMMdd-HHmm
>
> and when it runs, the HH are off because it's in GMT. How do I tell Buckminster my time zone? or Java?
>
> thanks
>
> Tamar