mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #3] [MERGED] Fixed local timezone was incorrectly being applied to IAM and Last-Modified dates. #1309
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#1309
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/3
Author: @worpet
Created: 12/30/2013
Status: ✅ Merged
Merged: 1/1/2014
Merged by: @rrizun
Base:
master← Head:master📝 Commits (1)
33ec373Update s3fs_util.cpp📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
src/s3fs_util.cpp(+2 -2)📄 Description
This issue was causing last modified file times to show incorrectly in cases where the last modified time was retrieved from the "Last-Modified" header. This can happen when files are added to a bucket outside of s3fs and do not have the "x-amz-meta-mtime" header.
timegmshould be used to convert totime_tin UTC, rather thanmktime.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.