Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • pleroma pleroma
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 596
    • Issues 596
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 99
    • Merge requests 99
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Pleroma
  • pleromapleroma
  • Merge requests
  • !1004

Support activities with dates in the Unix timestamp format

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Sergey Suprunenko requested to merge ssuprunenko/pleroma:bugfix/wrong-date-format into develop Apr 01, 2019
  • Overview 10
  • Commits 2
  • Pipelines 2
  • Changes 2

Fixes #763 (closed)

Site https://juick.com sent activities with a published field in the "Unix timestamp with milliseconds" format (1553808404.602961) instead of ISO 8601. It caused an error in activity_view.ex.

They claimed that they had changed the date format in the Jackson library (JSON library for Java Spring framework) settings, but I still got this error for some their activities.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: bugfix/wrong-date-format