Skip to content

Display last modified dates on remote fs in local time#417

Draft
EricPedley wants to merge 3 commits intoveeso:mainfrom
EricPedley:main
Draft

Display last modified dates on remote fs in local time#417
EricPedley wants to merge 3 commits intoveeso:mainfrom
EricPedley:main

Conversation

@EricPedley
Copy link
Copy Markdown

@EricPedley EricPedley commented Apr 10, 2026

Fixes #416

Description

Will clean this up if I ever get time, sorry for lazy PR.

List here your changes

  • I made this...
  • I made also that...

Type of change

Please select relevant options.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist

  • My code follows the contribution guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I formatted the code with cargo fmt
  • I checked my code using cargo clippy and reports no warnings
  • I have added tests that prove my fix is effective or that my feature works
  • I have introduced no new C-bindings
  • The changes I've made are Windows, MacOS, UNIX, Linux compatible (or I've handled them using cfg target_os)
  • I increased or maintained the code coverage for the project, compared to the previous commit

Acceptance tests

wait for a project maintainer to fulfill this section...

  • regression test: ...

@cocogitto-bot
Copy link
Copy Markdown

cocogitto-bot bot commented Apr 10, 2026

❌ Found 0 compliant commit and 3 non-compliant commits in b08faf5...0d53f0f.

Commit b08faf5 by @eric Pedley is not conform to the conventional commit specification :

  • message: make file modified dates in local time
  • cause:
    Missing commit type separator `:`
    
    Caused by:
         --> 1:5
          |
        1 | make file modified dates in local time
          |     ^---
          |
          = expected scope or type_separator
    

Commit d05722d by @eric Pedley is not conform to the conventional commit specification :

  • message: fix problem but now diff really big
  • cause:
    Missing commit type separator `:`
    
    Caused by:
         --> 1:4
          |
        1 | fix problem but now diff really big
          |    ^---
          |
          = expected scope or type_separator
    

Commit 0d53f0f by @eric Pedley is not conform to the conventional commit specification :

  • message: remove vendor stuff and do workaround
  • cause:
    Missing commit type separator `:`
    
    Caused by:
         --> 1:7
          |
        1 | remove vendor stuff and do workaround
          |       ^---
          |
          = expected scope or type_separator
    

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

Successfully merging this pull request may close these issues.

[BUG] - Last modified timestamps shown in UTC

1 participant