similar to: The timestamp of a file should be the time stamp of the remote machine after it is rsynced.

Displaying 20 results from an estimated 40000 matches similar to: "The timestamp of a file should be the time stamp of the remote machine after it is rsynced."

2006 Dec 11
3
javascript_include_tag -- time stamp
Using, for example, <%= javascript_include_tag ''prototype'' %> results in <script src="/javascripts/prototype.js?1164912447" type="text/javascript"></script> I take it the number 1164912447 is the timestamp of the file (in seconds since the epoch) Isn''t it redundant to include this information? Isn''t part of the HTTP
2007 Aug 09
3
javascript_include_tag - release number instead of time stamp
I''ve noticed that the major part of my pages'' load time is the Javascript for prototype and effects. Instead of forcing a reload per request (by attaching the ?timestamp parameter), I''d like to force reload this per release. Right now, I load the CSS and JS manually (without the Rails helpers) and just append a release number manually. It''s OK, but when I
2009 Jan 22
2
time date stamp since, january 1st 1970
Hello, we are receiving some data, sample below - with a weird time/date stamp format, we need some help with R on converting this time date stamp to a useable field in R, date and time in a data-frame. The developer says its the number of milliseconds since midnight, January 1, 1970. sample: *1232558018624* --------------------- How do I interpret the time stamp? Is there a date, i need
1998 Jan 21
0
Strange time stamp behaviour
We're having this strange problem with Samba and I have not been able to pinpoint the problem in any way. I'm hoping someone has come across a similar problem and has a workaround or fix. Some files opened on a Samba mounted volume from MS Developer Studio, keep wanting to get reloaded. For some reason, MS Dev Studio keeps thinking that a file it just opened was subsequently modified.
2012 Jul 17
3
NA instead of time stamp
I was wondering why I get <NA> instead of the timestamp in the following. Thanks. > dataDir <- file.path(wd) > localRaw <- read.csv(file.path(dataDir,"LOCAL.csv"), as.is=T,stringsAsFactors = FALSE) > localRaw[1:2,] Year Month Day hour minute second Temp1mab Temp7mab Temp14mab Salinity1mab 1 2009 10 5 0 0 0 11.288 13.675 13.743 33.513
2004 Jul 30
1
Problem related to time-stamp
Hi, I m facing problem in "rsync" rtelated to the time-stamp of the files. Im using rsync for transfering the file from my m/c (OS :jaluna-linux) to a remote m/c(OS:jaluna-linux) and even if there was no change in the files on my m/c, when i rsync them to remote m/c the time-stamp of the file on remote m/c (which i transfered from my m/c) will change. my file name is bigfile and it is
2012 Jul 16
2
histogram of time-stamp data
Readers, A data set consists of time-stamp values: 00:00:00 23:11:00 06:22:00 The data set was imported: timestamps<-read.table("path/to/timestampsvalues") hist(timestamps) ...error... x must be numeric Then tried: plot(timestamps). How to adjust the graph to create a histogram where the intervals ranges can be specified, e.g. intervals of 60 minutes? Thanks in advance.
2004 Nov 18
3
date/time stamp
Hi ?Is there any way to reproduce the FTP behavior with Samba 3? The desired effect is not to respect timestamps from Windows files and just create them with Samba server date/time stamp when we drag/drop, copy/paste, cut/paste, old files to a disk share. We are replacing an FTP server with Samba3, so far it's doing great job, but this effect is needed (don't ask why please, app
2005 May 11
0
My Samba share changes the timestamp when copying files to it.. (Preserve Time)
I have a Samba share on a Fedora Core 3. When I copy files to it from my windows XP Service Pack 2 box the samba share gives all the files the same date/time (the current date and time), instead of giving it the same date as the files already have. Does anyone know how to solve this problem. I want to Preserve to original time and date stamps. I'm running: Samba version 3.0.8pre1-0.pre1.3
2002 Jun 21
0
File date stamp on overwrite
This is a re-post of a note I sent yesterday. Somehow I neglected the subject line and haven't seen my note in the digests. Hello, I'm new to the list, but searched archives and didn't find an answer to my question so... I have two Solaris servers, one with Samba 1.9.18p10 and the other with 2.2.4. My problem is that I'm having timestamps modified unexpectedly on one
2005 Oct 18
1
Re : Seperate timestamp data into date and time
Dear R list, I am reading in text file data prepared in Access database by someone. One of the field contains timestamp data, how can I separate the timestamp data into two varaibles: date and time. Can I specify the field is in timestamp format when I first reading in ? My reading in data are as below: 449 LWT 22/10/2003 15:43:00 441 143 449 LWT 17/11/2003 15:25:00 421 169 449 LWT
2003 Jul 24
1
time and date stamp in voicemail
Hi, I see that there's been some very light discussion on having a standard time and date stamp in VM. How can I implement it today? (About to offer a system to a customer but they need the stamp to tell when people called.) Thanks, -- Steve ______________________________________ This sig is pending approval
2017 Jul 18
2
[Bug 12916] New: when rsync fails to chown, it gives up and does not set timestamp
https://bugzilla.samba.org/show_bug.cgi?id=12916 Bug ID: 12916 Summary: when rsync fails to chown, it gives up and does not set timestamp Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW Severity: minor Priority: P5 Component: core Assignee:
2010 Apr 21
2
How to stamp my graphs with date and time
Dear all, How do stamp my graphs with date and time somewhere like left corner of the graph (not the plotting area). I know date() and Sys.time(), but where to? Thanks. Jun [[alternative HTML version deleted]]
2013 Feb 08
4
convert 12 time stamp to 24 hour
Readers, For a 12 hour time stamp: > testtime<-("2013-01-01 01:00:01 PM") > testtime [1] "2013-01-01 01:00:01 PM" > testtime24hour<-strftime(testtime,'%H:%M:%S') > testtime24hour [1] "01:00:01" how to convert to 24 hour format so that the object 'testtime24hour' is: '13:00:01' Thanks. -- r2151
2011 Apr 25
1
Postgres Timestamp Fields Displayed with Time format
I have Time fields in my PostgreSQL tables, which I force to display as time only with this entry in config/locales/en.yml: time: formats: default: "%H:%M:%S" Problem is, that format is now applied to Timestamp fields, including the default created_at and updated_at fields. Why is it applying the Time (time only) format to a Timestamp (date + time) field, and how do I
2007 Apr 18
1
[Bridge] skb timestamp set in bridge?
In 2.4, I relied on the skb->stamp to contain the timestamp of when the packet entered the bridge. In 2.6, I don't seem to be seeing this behaviour. Is this correct? If so, what is the best place for me to grab the timestamp of the packet entering the bridge. TIA. --joubert
2005 May 19
1
Is the "tcp time stamp validation issue" fixed in 5.4?
Hello I'm a bit confused about the "tcp time stamp validation bug" mentioned in the http://www.kb.cert.org/vuls/id/637934 advisory. FreeBSD has fixed this issue in -current (2005-04-10) and in RELENG_5 (2005-04-19). Is this also already fixed in 5.4? The CVS ID for tcp_input.c does not look like this. But I'm not sure. Regards, Thomas
2007 Feb 27
1
Fwd: RE: pid stamp on log entries?
On Feb 26 2007, Bill Boebel wrote: >On Mon, February 26, 2007 2:40 pm, bhayden at umn.edu said: > >> Hi folks. Is there a way to modify the log stamp to include pid as well >> as time? > >Take a look at http://wiki.dovecot.org/Variables > >%p = pid > >I use: mail_log_prefix = "%Us(%u)(%p): " > >Syslog adds the timestamp though. Thanks for
2000 Apr 26
0
time stamp changes of powerpoint file
We are running samba 2.06 on HP/UX 11.00. I have a powerpoint file on a samba share. If I access this powerpoint file on a NT 4 system, the time stamp of the powerpoint file gets changed, even when nothing of the file is changed. Does anybody know how to solve this problem, Regards,