Hello, I have noticed that in SubWCRev the behaviour of $WCDATEUTC$ is not quite correct.
When including a format for the datetime the offset of the current timezone is used, this should not be the case.
The time when displayed as Utc should have a +00:00 offset.
Take this example:
$WCDATEUTC=%Y-%m-%dT%H:%M:%S%z$
$WCDATE=%Y-%m-%dT%H:%M:%S%z$
Run it through SubWCRev with your timezone set to somewhere with a non zero offset.
You will see something like the following:
2018-11-12T13:57:56+0100
2018-11-12T14:57:56+0100
Note the offset. The time has been converted correctly but the offset has been forgotten about.
I am running TortoiseSVN 1.11.0, Build 28416 - 64 Bit , 2018/10/30 19:14:39
ipv6 enabled
Subversion 1.11.0, -release
apr 1.6.5
apr-util 1.6.1
serf 1.3.9
OpenSSL 1.1.0i 14 Aug 2018
zlib 1.2.11
SQLite 3.23.1
Thank you
Adam