Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timezone should correspond to user's location #148

Open
mlevin2 opened this issue Feb 19, 2020 · 0 comments
Open

Timezone should correspond to user's location #148

mlevin2 opened this issue Feb 19, 2020 · 0 comments

Comments

@mlevin2
Copy link

mlevin2 commented Feb 19, 2020

I'm getting results where the user's timezone is totally different than their location. For example, this user's location is Massachusetts, but the timezone is for the Solomon Islands.

{
  "results": [
    {
      "gender": "male",
      "name": {
        "title": "Mr",
        "first": "Brandon",
        "last": "Perkins"
      },
      "location": {
        "street": {
          "number": 6890,
          "name": "Royal Ln"
        },
        "city": "Oceanside",
        "state": "Massachusetts",
        "country": "United States",
        "postcode": 23758,
        "coordinates": {
          "latitude": "56.4344",
          "longitude": "-102.4961"
        },
        "timezone": {
          "offset": "+11:00",
          "description": "Magadan, Solomon Islands, New Caledonia"
        }
      },
      "email": "[email protected]",
      "login": {
        "uuid": "1bfbba62-ffb4-416a-b6a3-abc5f236a6cc",
        "username": "redduck679",
        "password": "gregor",
        "salt": "97RrgAO8",
        "md5": "07bd6bbf9fc3659883ea14eaf7d36a1c",
        "sha1": "7b82fe3d9332a8ed789925a227dba8f9e25fa878",
        "sha256": "fb52efa4053cfa526c6e0ff842dd2df27ac447e56700dc6ecb3e2181ae69cacc"
      },
      "dob": {
        "date": "1985-01-14T20:29:42.967Z",
        "age": 35
      },
      "registered": {
        "date": "2015-11-21T10:35:18.564Z",
        "age": 5
      },
      "phone": "(912)-464-7839",
      "cell": "(207)-832-3728",
      "id": {
        "name": "SSN",
        "value": "478-84-9137"
      },
      "picture": {
        "large": "https://randomuser.me/api/portraits/men/34.jpg",
        "medium": "https://randomuser.me/api/portraits/med/men/34.jpg",
        "thumbnail": "https://randomuser.me/api/portraits/thumb/men/34.jpg"
      },
      "nat": "US"
    }
  ],
  "info": {
    "seed": "1e0dc82698677ce5",
    "results": 1,
    "page": 1,
    "version": "1.3"
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant