paleolimbot commented on PR #14894:
URL: https://github.com/apache/arrow/pull/14894#issuecomment-1351767290
Sure enough, `Sys.timezone()` is returning `"/UTC"`:
```
dewey@Deweys-Mac-mini arrow % docker run --rm -it rhub/ubuntu-gcc-release
bash
root@d5a03ff5a71d:/# timedatectl
System has not been booted with systemd as init system (PID 1). Can't
operate.
Failed to create bus connection: Host is down
root@d5a03ff5a71d:/# R
R version 4.2.2 Patched (2022-11-10 r83330) -- "Innocent and Trusting"
Copyright (C) 2022 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> Sys.timezone()
System has not been booted with systemd as init system (PID 1). Can't
operate.
Failed to create bus connection: Host is down
[1] "/UTC"
Warning message:
In system("timedatectl", intern = TRUE) :
running command 'timedatectl' had status 1
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]