Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
timestamps [2018_06_25 12:56] jimtimestamps [2024_02_20 23:55] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== Understanding file timestamps ======+# File and Folder Timestamps
  
-The File Fabric does not store any files and it works with remote copies of data that it has indexed. It uses [[http://en.wikipedia.org/wiki/Coordinated_Universal_Time|UTC]] as an independent time format to display information about files. This means that times for files are shown as UTC times and UTC is used to enable the File Fabric to understand whether a file needs to be updated or versioned.+Access Anywhere stores file and folder metadata including filenames and timestamps.
  
-===== 1 File modified times =====+Some timestamp metadata is synchronized with that of the storage provider.  This may be different for different types of storage. Other timestamp metadata is created by Access Anywhere based on file activity. This may also be different depending on which client application or protocol is used. 
 +## File Metadata
  
-{{::timestamp.png?400|}}+From the File Info Pane you can view all four possible timestamps. They are shown in your local time (as determined from the browser).
  
-Hovering over the time field in the File Fabric Web Browser shows 3 different times:\\ \\ **SME Modified (if SaaS) Storage Modified (if on-premises)**  - The last modified time for the file in UTC format\\ \\ **Local Desktop Time**- The local modified time for the file, converted to UTC format (for the browser this will be based on the browser locale settings)\\ \\ **Remote Cloud Time** - The modified timestamp that was received for a file on a meta-sync, converted to UTC, from a mapped storage provider.+{{ :timestamps:info-timestamps.png?500 |}}
  
 +They are also visible if you hover over the time field within the folder listing:
  
-===== 2 Uploading files from the web =====+{{ :timestamps:list-hover-timestamp.png?450 |}} 
  
 +The fields are:
  
 +* **Local Desktop Time**- The modification time of the file before it was uploaded to cloud storage.
  
-{{:/timestamps:steps:sme_2_uploading_files_from.png}}+* **Storage Modified Time**  - The last modified time.
  
-If files are uploaded from the web File Manager then timestamps are only preserved if Firefox, Edge, Internet Explorer v. 10+ ,and chrome browser are used.  \\ \\ To be clear It is [not yet possible](https://developer.mozilla.org/en-US/docs/Web/API/File/lastModified#Browser_compatibility) to obtain local file stamps from web uploads for Safari and the time the file is uploaded is used for the creation and modified time of these files.\\+* **Storage Created Time**  -  This is the time the file was indexed by Access Anywhere.
  
-===== 3 Uploading files from the desktop =====+* **<Storage Name> Time**  -  This is the modification time of the file as synchronized with remote storage.
  
 +* **Last Accessed Time**  -  This is the time the file data was last access through Access Anywhere such as through a download.
  
 +## Folder Metadata
  
-{{:/timestamps:steps:sme_3_uploading_files_from.png}}+From the Folder Info Pane you will see three possible timestamps. They are shown in your local time (as determined from your browser).
  
-Files that are uploaded from a Mac, Windows or Linux Drive client, or via sync   should have the timestamps fully preserved, but converted to UTC (with local time also being shown in browser and on desktop).+{{ :timestamps:info-folder-timestamps.png?500 |}}
  
 +The fields are:
  
-===== 4 Uploading files over protocol adaptors =====+* **Storage Modified Time**  - The last modified time.
  
 +* **Storage Created Time**  -  This is the time the file was indexed by Access Anywhere.
  
 +* **Last Cloud Refresh**  -  The last time the folder metadata was synchronized with Access Anywhere.
  
-{{:/timestamps:steps:sme_4_uploading_files_over.png}}+## File Manager Listing 
 + 
 +Users can choose the timestamp used for sort order from the Cloud File Manager. 
 + 
 +{{ :timestamp.png?500 |}} 
 + 
 +## Troubleshooting 
 + 
 +### Uploading from the web 
 + 
 +If files are uploaded from the Cloud File Manager then original modified timestamps are preserved except for the Safari browser which will use the timestamp of when the files was uploaded for the modified time as it is not possible from the Safari to obtain the modified time on upload.   
 +### Uploading from the desktop 
 + 
 +Files that are uploaded from a Mac, Windows or Linux Drive client, or via sync should have the timestamps fully preserved. 
 + 
 +### Uploading via protocol adaptors 
 + 
 +If files are uploaded over CloudDAV or CloudFTP protocol adaptor then timestamp preservation depends on the client tool used and whether it issues the command to change the file timestamp. 
 +### Cloud Drive for Windows 
 + 
 +The Cloud Drive on Windows maps these fields to the Windows filesystem files: 
 + 
 +* **Date created** - Storage Created Time 
 +* **Date modified** - Storage Created Time 
 +* **Date last saved** - Local Desktop Time (if available) or Storage Created Time 
 +* **Date accessed** - Last Accessed Time 
 + 
 +For folders: 
 + 
 +* **Date created** - Storage Created Time 
 +* **Date modified** - Storage Modified Time 
 +* **Date last saved** - Storage Modified Time 
 +* **Date accessed** - Last Cloud Refresh 
 + 
 +### Cloud Drive for Mac 
 + 
 +The Cloud Drive for Mac maps these fields to MacOS files: 
 + 
 +* **Created** - Storage Created Time 
 +* **Modified** - Storage Modified Time 
 +* **Date Added** - Not mapped. Shows when the folder was first added to the drive. 
 +* **Date Last Opened** - Not mapped. Shows when a file was last opened from the drive.
  
-If files are uploaded over a SME CloudDav or CloudFTP protocol adaptor then timestamp preservation depends on the client tool used and whether it issues the command to change the file timestamp.\\ \\