last-modified Questions

1

I would like to clone Android Contacts Phone into my own SQLite db. In order to save time, the cloning should be triggered when the single contact is newly created or being updated in the Android s...
Baresark asked 6/2, 2015 at 8:11

1

Solved

I currently read this about 'last-modified' HTTP header. Though I have read number of sources, I'm still confused how it is generated for a particular resource. Is it solely depends on the time st...
Unavailing asked 29/11, 2017 at 4:11

3

Solved

fsStat class instance returns mtime, atime and ctime date objects, but there seems to be API only for changing mtime and atime (last modification and access i guess). How can i change creation time...
Paulita asked 25/8, 2014 at 10:46

0

Today, Feb 24 2017, I updated some static files on my server. But the response header I get is: Last-Modified:Thu, 19 Jan 2017 19:17:33 GMT Server:nginx/1.11.3 Which was more than a month ago....
Davila asked 24/2, 2017 at 21:57

5

Solved

Can someone please tell me a reliable way to get the last modification time of a Java resource? The resource can be a file or an entry in a JAR.
Nocturne asked 13/1, 2010 at 14:36

1

I am pretty new to the world of MS Azure. I am trying to get the filenames and the last modified date for a bunch of files (block blobs) kept in my blob storage using Python. Here is the code that ...

4

Solved

I am writing a shell script in which I have to find the last modification date of a file. Stat command is not available in my environment. So i am using 'ls' as below to get desired result. ls ...
Stormi asked 26/6, 2012 at 21:20

3

Solved

I have modified some files present in various folders in my webroot. This was development environment. Now I have to find all files modified yesterday to migrate to productions. Is there an...
Birdiebirdlike asked 24/5, 2012 at 2:0

3

I'm trying to rename a log file named appname.log into the form appname_DDMMYY.log for archiving purposes and recreate an empty appname.log for further writing. When doing this in Windows 7 using C...
Jehanna asked 2/2, 2015 at 19:46

1

Solved

We had an ugly problem, by mistake, a balancer redirect some requests to a test instance with pretty similar data than production, now I know that there are data recorded in the test Postgres that ...
Hypogenous asked 10/9, 2015 at 22:13

3

I'm required to include the last modified date on every page of my applications at work. I used to do this by including a reference to <%= LastModified %> at the bottom of my WebForms master pag...
Valerianaceous asked 7/10, 2009 at 4:3

4

Solved

I am checking for the date modified in a file. I would like to test whether the file was modified after the /d -3. According to the docs, this will check if the file was modified before that date. ...
Janitress asked 3/6, 2015 at 12:37

5

Solved

I want to implement a live reload of certain files. I assume that it is possible to somehow read the last-modified time of a file. That could be compared against the last time I loaded that file. I...
Leupold asked 18/3, 2013 at 13:29

3

For two subsequent requests, which of the following two headers is given more weight by browsers should one of them change: ETag or Last-Modified?
Juliannajulianne asked 5/5, 2009 at 9:55

0

I'm trying to use HTTP "If-Modified-Since" header. My server responds to every HTTP request with "Last-Modified" header. When the client sends the same request again, it updates the "If-Modified-...

2

Solved

I run this code: Get-ChildItem 'C:\Test Folder' | Where {$_.LastWriteTime} | select -last 1 And I get back Mode, LastWriteTime, Length, and Name of the last modified file - great! I'm trying to...
Undemonstrative asked 4/6, 2014 at 2:40

6

Solved

I have an .NET EXE file . I want to find the file created date and modified date in C# application. Can do it through reflection or with IO stream?
Gert asked 23/4, 2014 at 11:46

2

Solved

I am running PHP on Apache, and am confused about how to implement server-side caching, in order to make the site load faster. What is the difference between the Expires, Last-Modified and ETag he...
Barghest asked 16/3, 2011 at 6:43

0

Is it possible to get access to file attributes such as when a file was created or last modified? I have cached gzip files, and would like to be able to set a last-modified header to them. Somethi...
Ellanellard asked 20/1, 2014 at 19:0

1

Solved

I'm trying to get the last modified date of a file in Windows 7 - I just edited it, so in the properties, the Last Modified value is listed as 11/30/2013 4:55 PM. However, when I access the file u...
Bacciform asked 30/11, 2013 at 23:5

1

Is it possible to use HTTP caching for conditional GET requests over a secure HTTPS connection? I've got caching working over non-secure HTTP, but when I switch to HTTPS the browser stops sending i...
Ap asked 30/9, 2013 at 18:37

1

I have written some Excel VBA code to add the filenames, versions, and last modified date/time to a worksheet. The code appears to work fine, except sometimes the time portion of the Last Modified ...
Speechmaking asked 25/7, 2013 at 1:23

1

Solved

This is a challenge as well as a question: I have a folder of data files. I want the following list of lists of information: Filename: Created: Last modified: Information = [ [datafile1, Mon Ma...
Billbug asked 16/5, 2013 at 18:44

1

Solved

I need to loop through the files in a given folder in descending order of 'Last Modified Date'. In the first iteration of the loop I need to be able to open the most recently modified file for rea...
Ludovico asked 29/4, 2013 at 21:29

1

I'd like to get a file last modified time in Delphi. Normally something like FileAge() would do the trick, only the problem is: if I overwrite *File A* with File B using CopyFile, File A's modifie...
Mufi asked 23/1, 2013 at 19:28

© 2022 - 2024 — McMap. All rights reserved.