Skip to content

"created_at" and "last_modified" of user's response body is returned as "1970/01/01 00:00:00 +0000" #533

@flashbanglizzie-ops

Description

@flashbanglizzie-ops

Seems like it's been an issue for few weeks if not months now… I thought it'd get noticed soon enough but looks like not many rely on users' creation/modification dates. I need them for my project I am using the API for.

Request made with Open API for any user I am trying to get is returned as such:

{
  <...>
  "kind": "user",
  <...>
  "created_at": "1970/01/01 00:00:00 +0000",
  "last_modified": "1970/01/01 00:00:00 +0000",
  <...>
}

Was I restricted to view the dattes for some reason? Or is this a global issue? Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions