exampleSQUID <-
squids::squids();
### Timestamp (second since UNIX Epoch,
### 1970-01-01, 00:00:00 UTC)
squids::squids_to_timestamp(
exampleSQUID
);
squids::squids_to_datetime(
exampleSQUID
);
### In Central European Time
squids::squids_to_datetime(
exampleSQUID,
tz = "CET"
);
Run the code above in your browser using DataLab