You are reading a single comment by @user106712 and its replies. Click here to read the full conversation.
  • This is JSON as parsed by node.js on a desktop:

    { week_number: 50,
      utc_offset: '-05:00',
      utc_datetime: '2019-12-15T18:10:33.811491+00:00',
      unixtime: 1576433433,
      timezone: 'America/Toronto',
      raw_offset: -18000,
      dst_until: null,
      dst_offset: 0,
      dst_from: null,
      dst: false,
      day_of_year: 349,
      day_of_week: 0,
      datetime: '2019-12-15T13:10:33.811491-05:00',
      client_ip: '174.114.161.151',
      abbreviation: 'EST' }
    

    The actual text string comes from https://worldtimeapi.org/api/timezone/AmĀ­erica/New_York

About

Avatar for user106712 @user106712 started