Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Konversation Konversation
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • NetworkNetwork
  • KonversationKonversation
  • Merge requests
  • !85

Use server-time times, if possible, when producing logfile timestamps

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Gelly Donut requested to merge gellydonut/konversation:use_server_time_in_producing_logfile_timestamps into master Jan 27, 2023
  • Overview 2
  • Commits 1
  • Pipelines 2
  • Changes 4

This adds a "dateTime" argument to ChatWindow::logText, and also puts this information in IRCView::textToLog. It splits off IRCView::timeStamp's server-time extraction into its own function, IRCView::messageDateTime, and uses this in the various functions that emit textToLog.

I've tried to do this properly, and I think this is a useful change (it is for me), so please tell me if I've done something wrong and I'll try to fix it. Thanks.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: use_server_time_in_producing_logfile_timestamps