 
      
      get_day()Get day value (1 to 31) from the given timestamp
get_day(timestamp = now(), utc = false)
timestamp (number, optional)  — Unix timestamp in seconds. The default value is now()utc (boolean, optional)  — Timestamp in UTC. The default value is false
number — Returns day value
import time
 
get_day()
get_day(create_datetime(2021, 12, 22))