Re: SetTimeZoneInformation and file time stamps
- From: portnawake@xxxxxxxxx
- Date: 28 Mar 2007 13:34:18 -0700
Hi Paul,
That's extremely interesting what you're saying about "the filesystem
for a piece of hardware... "
So you mean that in the filesystem architecture, there is a part that
is hardware specific. Something different for example for the SD card
driver or the PCMCIA card driver? I thought everything was more or
less abstracted by the combo filesys / fatfs, etc... So it would be at
a lower level then, and in the platform specific part?
I have access to the OAL of my platform, and I'd be more than happy to
have a look there, and fix it if possible, but where exactly?, for the
PCMCIA architecture for example? What are the keywords to search for
in the source?
I can workaround this issue, but now I'd like to get a better
understanding of the problem.
Thanks in advance.
Alex
On Mar 29, 4:05 am, "Paul G. Tobey [eMVP]" <p space tobey no spam AT
no instrument no spam DOT com> wrote:
It's entirely up to the filesystem for a given piece of hardware how times
are stored. They could be stored in local time, rather than GMT, for
convenience. That wouldn't occur to me if I were writing the filesystem
driver, but there's no requirement that the filesystem work a certain way.
Since you're stuck with things as they are, you should go everything
possible to assure that the time zone doesn't change between copying a file
where the time has significance to you and using that time to decide if a
copy is needed (or forget the filesytem time entirely and do a CRC, as well
as a time check, to decide if a new file is to be copied).
Paul T.
.
- Follow-Ups:
- Re: SetTimeZoneInformation and file time stamps
- From: Paul G. Tobey [eMVP]
- Re: SetTimeZoneInformation and file time stamps
- References:
- SetTimeZoneInformation and file time stamps
- From: portnawake
- Re: SetTimeZoneInformation and file time stamps
- From: Paul G. Tobey [eMVP]
- Re: SetTimeZoneInformation and file time stamps
- From: portnawake
- Re: SetTimeZoneInformation and file time stamps
- From: Paul G. Tobey [eMVP]
- SetTimeZoneInformation and file time stamps
- Prev by Date: Re: NKStartup done, starting up kernel.
- Next by Date: Re: Creating a Workspace from the Command-Line
- Previous by thread: Re: SetTimeZoneInformation and file time stamps
- Next by thread: Re: SetTimeZoneInformation and file time stamps
- Index(es):
Relevant Pages
|