Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local timezone is not considered in pipe fuse #1711

Closed
tcibinan opened this issue Jan 11, 2021 · 1 comment · Fixed by #1712
Closed

Local timezone is not considered in pipe fuse #1711

tcibinan opened this issue Jan 11, 2021 · 1 comment · Fixed by #1712
Assignees
Labels
kind/bug Something isn't working sys/cli Issues related to the pipe cli

Comments

@tcibinan
Copy link
Contributor

tcibinan commented Jan 11, 2021

Describe the bug

Currently pipe fuse do not take into consideration local time zone which may lead to incorrect object dates being shown.

To Reproduce

Steps to reproduce the behavior:

  1. Mount any object storage to a machine with non utc time zone.
pipe storage mount -b some-data-storage mount-dir
  1. Create a file and check its creation date.
touch mount-dir/file
  1. Compare it with local date.
date
  1. See that the dates aren't close enough.

Expected behavior

Shown file date should be almost the same as the current local date.

Environment:

  • Version 0.17.0.8462.80e22ab45e26975125ba392f6e92dd740770b4ac
@tcibinan tcibinan added kind/bug Something isn't working sys/cli Issues related to the pipe cli labels Jan 11, 2021
@tcibinan tcibinan self-assigned this Jan 11, 2021
mzueva added a commit that referenced this issue Jan 11, 2021
mzueva added a commit that referenced this issue Mar 17, 2021
… fix pipelineName for pause/resume operations
mzueva added a commit that referenced this issue Apr 22, 2021
… fix pipelineName for pause/resume operations
@tcibinan
Copy link
Contributor Author

tcibinan commented Oct 3, 2022

Cherry-picked to release/0.16 via 61b2568.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working sys/cli Issues related to the pipe cli
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant