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
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:
Was I restricted to view the dattes for some reason? Or is this a global issue? Thanks