public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* Utc
@  Cheryl Homiak
   ` Utc Lorenzo Prince
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Cheryl Homiak @  UTC (permalink / raw)
  To: speakup

Aparently the "at" command only takes utc. can somebody tell me how to 
calculate that? I'm in U.s. central daylight time.
thanks.


-- 
Cheryl

"Where your treasure is, there will your heart be also."



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Utc
   Utc Cheryl Homiak
@  ` Lorenzo Prince
   ` Utc Shaun Oliver
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 16+ messages in thread
From: Lorenzo Prince @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

At the moment, UTC is 5 hours ahead of you.  So if it is 12:00 pm where you are,
it's 1700 UTC.  After the time changes back in October, UTC will be 6 hours
ahead of you, so if it's 12:00 pm it will be 1800 UTC.

HTH,
PRINCE


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Utc
   Utc Cheryl Homiak
   ` Utc Lorenzo Prince
@  ` Shaun Oliver
   ` Utc Buddy Brannan
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 16+ messages in thread
From: Shaun Oliver @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

well all you'd need to do to get UTC/gmt
is add 5 hours on to your current time.
because if you look at your offset it's -500
hth

-- 
The older a man gets, the farther he had to walk to school as a boy.
Shaun Oliver
http://blindman.homelinux.org/~blindman/


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Utc
   Utc Cheryl Homiak
   ` Utc Lorenzo Prince
   ` Utc Shaun Oliver
@  ` Buddy Brannan
   ` Utc Igor Gueths
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 16+ messages in thread
From: Buddy Brannan @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

UTC is universal coordinated time (it's french), or alternatively,
Greenwich Mean Time. It never changes...that means when we hve
daylight saving time, UTC doesn't change. So:

For standard time, UTC is 5 hours ahead of Eastern, 6 ahead of
central, 7 ahead of mountain, and 8 ahead of pacific.

When daylight saving time kicks in, UTC is:
4 hours ahead of easter, 5 ahead of central, 6 ahead of mountain, and
7 ahead of pacific.

If you live in parts of Indiana, or in all of Arizona or Hawaii, you
don't observe this silly daylight saving time practice, so you'd be on
standard time all year and should calculate UTC accordingly. 
-- 
Buddy Brannan, KB5ELV
------------------------------------------------------------
Help us bring our child home! Visit http://ouradoption.brannan.name to 
find out how.


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Utc
   Utc Cheryl Homiak
                   ` (2 preceding siblings ...)
   ` Utc Buddy Brannan
@  ` Igor Gueths
   ` Utc Gregory Nowak
   ` Utc Jayson Smith
  5 siblings, 0 replies; 16+ messages in thread
From: Igor Gueths @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

What you have to do in your case is add 5 hours to the current time. Another way to do it would be to do date -u, and input the resulting time into at. Date -u will output the current time in 
UTC. 
On Wed, Jul 21, 2004 at 01:23:41PM -0500, Cheryl Homiak wrote:
> Aparently the "at" command only takes utc. can somebody tell me how to 
> calculate that? I'm in U.s. central daylight time.
> thanks.
> 
> 
> -- 
> Cheryl
> 
> "Where your treasure is, there will your heart be also."
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup

- -- 
Failure is not an option, it comes bundled with your Microsoft product.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFA/sOFNohoaf1zXJMRApIDAKCyw5veyUhzKjktcOE+o0My5FxsPwCfV//3
JnTJCD5ljVh376847Yrd408=
=5gL7
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Utc
   Utc Cheryl Homiak
                   ` (3 preceding siblings ...)
   ` Utc Igor Gueths
@  ` Gregory Nowak
     ` Utc Janina Sajka
   ` Utc Jayson Smith
  5 siblings, 1 reply; 16+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Cheryl.

CDT is 5 hours back from gmt. So, if it's 2:00P here, it is 7:00P in
GMT. Here is a tip, if you do

date -u

date will give you the current time in GMT. Hth.

Greg


On Wed, Jul 21, 2004 at 01:23:41PM -0500, Cheryl Homiak wrote:
> Aparently the "at" command only takes utc. can somebody tell me how to 
> calculate that? I'm in U.s. central daylight time.
> thanks.
> 
> 
> -- 
> Cheryl
> 
> "Where your treasure is, there will your heart be also."
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 
> 
> !DSPAM:40febfcf83331843213696!
> 
> 

- -- 
Free domains: http://www.eu.org/ or mail dns-manager@EU.org

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFA/sQY7s9z/XlyUyARAgaoAKCyXKRgxKDdrOvM219OVfCoGCgbKgCgmOvJ
ZATvUxv3lUZMquqGuY9jmhw=
=ajyN
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Utc
   Utc Cheryl Homiak
                   ` (4 preceding siblings ...)
   ` Utc Gregory Nowak
@  ` Jayson Smith
  5 siblings, 0 replies; 16+ messages in thread
From: Jayson Smith @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hi,
You have to know how to calculate that.  In your particular case, UTC is
five hours ahead of the time you have.  Eastern Daylight time, for example,
is only four hours ahead.  Also, note that since UTC has no daylight savings
time and we do, when going off daylight savings time, since this would push
you behind you would now be six hours behind UTC.
Jayson.

----- Original Message -----
From: "Cheryl Homiak" <chomiak@charter.net>
To: "speakup" <speakup@braille.uwo.ca>
Sent: Wednesday, July 21, 2004 2:23 PM
Subject: Utc


> Aparently the "at" command only takes utc. can somebody tell me how to
> calculate that? I'm in U.s. central daylight time.
> thanks.
>
>
> --
> Cheryl
>
> "Where your treasure is, there will your heart be also."
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Utc
   ` Utc Gregory Nowak
@    ` Janina Sajka
       ` Utc Cheryl Homiak
  0 siblings, 1 reply; 16+ messages in thread
From: Janina Sajka @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Over the past few years I've grown increasingly reliant on my portable
computer. This includes using AT as my alarm clock when I travel. I have
found it fully reliable, but I have also found that I need to give it
time in the time zone which my computer defaults to. In my case, that's
EST.

Of course, calculating this can become a tad tricky when one is many
time zones distant. So, I've added a few key aliases to my bashrc such
as the ones below. These give me simple commands that return the current
time for various areas of the planet:

alias est="TZ=/usr/share/zoneinfo/US/Eastern date" #Eastern Time
alias cst="TZ=/usr/share/zoneinfo/US/Central date" #Central Time
alias mst="TZ=/usr/share/zoneinfo/US/Mountain date" #Mountain Time
alias pst="TZ=/usr/share/zoneinfo/US/Pacific date" #Pacific Time
alias hst="TZ=/usr/share/zoneinfo/HST date" #Hawaii
alias sst="TZ=/usr/share/zoneinfo/Pacific/Pago_Pago date" #Samoa
alias wst="TZ=/usr/share/zoneinfo/Australia/Perth date" #Perth
alias jst="TZ=/usr/share/zoneinfo/Japan date" #Japan
alias ist="TZ=/usr/share/zoneinfo/Israel date" #Israel
alias bst="TZ=/usr/share/zoneinfo/GB date"

Of course, these aliases take account of local daylight time shifts,
even though their names wouldn't change.

I have often thought it would be fun to have tools to return time for
cities by name, along with other pertinent data such as longitude,
lattitude, etc. At least the time part helps when you're making phone
calls around the planet.

Hope this helps.

Gregory Nowak writes:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi Cheryl.
> 
> CDT is 5 hours back from gmt. So, if it's 2:00P here, it is 7:00P in
> GMT. Here is a tip, if you do
> 
> date -u
> 
> date will give you the current time in GMT. Hth.
> 
> Greg
> 
> 
> On Wed, Jul 21, 2004 at 01:23:41PM -0500, Cheryl Homiak wrote:
> > Aparently the "at" command only takes utc. can somebody tell me how to 
> > calculate that? I'm in U.s. central daylight time.
> > thanks.
> > 
> > 
> > -- 
> > Cheryl
> > 
> > "Where your treasure is, there will your heart be also."
> > 
> > 
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > 
> > 
> > !DSPAM:40febfcf83331843213696!
> > 
> > 
> 
> - -- 
> Free domains: http://www.eu.org/ or mail dns-manager@EU.org
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.3 (GNU/Linux)
> 
> iD8DBQFA/sQY7s9z/XlyUyARAgaoAKCyXKRgxKDdrOvM219OVfCoGCgbKgCgmOvJ
> ZATvUxv3lUZMquqGuY9jmhw=
> =ajyN
> -----END PGP SIGNATURE-----
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup

-- 
	
				Janina Sajka, Chair
				Accessibility Workgroup
				Free Standards Group (FSG)

janina@freestandards.org	Phone: +1 202.494.7040



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Utc
     ` Utc Janina Sajka
@      ` Cheryl Homiak
         ` Utc Adam Myrow
  0 siblings, 1 reply; 16+ messages in thread
From: Cheryl Homiak @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hey, Janina, this is really cool!
I actually think it wouldn't be hard to adapt this in some way to do 
cities and maybe even latitude and longitude with a little thought and 
work.
Thanks.


-- 
Cheryl

"Where your treasure is, there will your heart be also."




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Utc
       ` Utc Cheryl Homiak
@        ` Adam Myrow
  0 siblings, 0 replies; 16+ messages in thread
From: Adam Myrow @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

You can use the "env" command to simplify those aliases.  For example, the 
line below would show you central time.

alias cst="env TZ=US/Central date"

It's just another example of how there are a million different ways to do 
the same thing in Unix and Linux.  Another utility which could come in 
handy if you are not quite sure of what exactly the time zone is in a 
given area is tzselect.  It gives you several menus to select continent, 
country, and if needed, location.  It then gives you the proper value for 
the TZ environment variable for that location.  It can be run by any user.



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Utc
   Utc Sean M McMahon
@  ` Wesley Groleau
  0 siblings, 0 replies; 16+ messages in thread
From: Wesley Groleau @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.


On 21 Jul 2004, at 19:16, Sean M McMahon wrote:

> I believe alaska and puerto rico are also not on daylight savings 
> time. To
> expand on your comment for arizona, Most of Arizona doesn't observe
> daylight savings but the Navajo nation does.

If anybody cares, most of Indiana doesn't.

-- 
Wes Groleau

  Guidelines for judging others:

  1. Don't attribute to malice that which
     can be adequately explained by stupidity.

  2. Don't attribute to stupidity that which
     can be adequately explained by ignorance.

  3. Don't attribute to ignorance that which
     can be adequately explained by misunderstanding.



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: utc
   ` utc Adam Myrow
@    ` Cheryl Homiak
  0 siblings, 0 replies; 16+ messages in thread
From: Cheryl Homiak @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Well, when I tried to do an entry it said that. but it lied, because when 
I tried doing that it didn't work but  time did. Besides, you can do a 
whole bunch of things with the time. You can even do
now +
with minutes, hours, days. So I don't know if I misread something or if 
the way I entered my command prompted this for some reason but i had tried 
it twice and gotten that message.
At is really quite an interesting program even if it didn't work for my 
purposes today.


-- 
Cheryl

"Where your treasure is, there will your heart be also."




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Utc
@  Sean M McMahon
   ` Utc Wesley Groleau
  0 siblings, 1 reply; 16+ messages in thread
From: Sean M McMahon @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

I believe alaska and puerto rico are also not on daylight savings time. To 
expand on your comment for arizona, Most of Arizona doesn't observe 
daylight savings but the Navajo nation does. 


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: utc
   utc Cheryl Homiak
@  ` Adam Myrow
     ` utc Cheryl Homiak
  0 siblings, 1 reply; 16+ messages in thread
From: Adam Myrow @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

I've never heard of an implementation of the "at" command which requires 
its time to be specified in UTC.  What distribution of Linux is this? 
It's sure not that way in Slackware.  It seems kind of silly to make it 
require UTC.



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Utc
@  Sean M McMahon
  0 siblings, 0 replies; 16+ messages in thread
From: Sean M McMahon @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Central daylight time right now is -0500 and -0600 in winter.


^ permalink raw reply	[flat|nested] 16+ messages in thread

* utc
@  Cheryl Homiak
   ` utc Adam Myrow
  0 siblings, 1 reply; 16+ messages in thread
From: Cheryl Homiak @  UTC (permalink / raw)
  To: speakup

Never mind; I found a table.


-- 
Cheryl

"Where your treasure is, there will your heart be also."



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 Utc Cheryl Homiak
 ` Utc Lorenzo Prince
 ` Utc Shaun Oliver
 ` Utc Buddy Brannan
 ` Utc Igor Gueths
 ` Utc Gregory Nowak
   ` Utc Janina Sajka
     ` Utc Cheryl Homiak
       ` Utc Adam Myrow
 ` Utc Jayson Smith
 utc Cheryl Homiak
 ` utc Adam Myrow
   ` utc Cheryl Homiak
 Utc Sean M McMahon
 Utc Sean M McMahon
 ` Utc Wesley Groleau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).