help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Time zone trouble without time zones being involved


From: Michael Heerdegen
Subject: Re: Time zone trouble without time zones being involved
Date: Tue, 17 May 2016 18:19:49 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.93 (gnu/linux)

Yuri Khan <yuri.v.khan@gmail.com> writes:

> So yes, you can ignore the offset. But you still need something in
> order to strip it off, either shell or string manipulation.

FWIW, `string-to-number' is intelligent (or dumb) enough to work anyway:

  (string-to-number "123456789 foo")  => 123456789

so I did not have to change my code with respect to that.


Thanks,
Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]