clr-apache merged PR #145:
URL: https://github.com/apache/whimsy/pull/145
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-unsubscr...@whimsical.apac
clr-apache merged PR #146:
URL: https://github.com/apache/whimsy/pull/146
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-unsubscr...@whimsical.apac
clr-apache commented on PR #146:
URL: https://github.com/apache/whimsy/pull/146#issuecomment-1107540909
The user time zone enhances the non-repudiability of the generated
timestamp. But at least having the time zone of the time stamp helps anyone
looking at the document to understand the ac
sebbASF commented on issue #119:
URL: https://github.com/apache/whimsy/issues/119#issuecomment-1107513225
Access is no longer needed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific c
sebbASF closed issue #119: Docker requires access to home directory
URL: https://github.com/apache/whimsy/issues/119
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscr
sebbASF commented on PR #146:
URL: https://github.com/apache/whimsy/pull/146#issuecomment-1107512722
The web browser knows the time zone it has been told by the user, but I
don't think it passes this on to the server.
Why is the user TZ needed?
--
This is an automated message from the
clr-apache commented on PR #146:
URL: https://github.com/apache/whimsy/pull/146#issuecomment-1107502790
If the server runs on utc how do I get the user's time zone? Does the server
know it or would the message have to include it?
--
This is an automated message from the Apache Git Service
rubys commented on PR #146:
URL: https://github.com/apache/whimsy/pull/146#issuecomment-1107462342
Example output, when run on whimsy-vm6:
```
rubys@whimsy-vm6:~$ ruby -r date -e 'p DateTime.now.strftime "%Y-%m-%d
%H:%M:%S %:z"'
"2022-04-23 12:15:59 +00:00"
```
--
This is
sebbASF commented on PR #146:
URL: https://github.com/apache/whimsy/pull/146#issuecomment-1107446692
AFAIK the server runs on UTC, so it will always show +00:00, but I agree
that displayed times should include the TZ for
--
This is an automated message from the Apache Git Service.
To resp