Skip to content

Instantly share code, notes, and snippets.

View ezequias's full-sized avatar

Ezequias Rocha ezequias

  • Recife - PE - Brazil
View GitHub Profile
# Day 27: Boundaries - World Time Zones
# Shows current time in each timezone
library(mapgl)
library(sf)
library(dplyr)
library(lubridate)
# Get user's current timezone and time
user_tz <- Sys.timezone()