• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Mac dates ==> UNIX dates
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mac dates ==> UNIX dates


  • Subject: Re: Mac dates ==> UNIX dates
  • From: Philip Aker <email@hidden>
  • Date: Sat, 21 Oct 2006 05:00:49 -0700

On 2006-10-21, at 04:45:21, Yvan KOENIG wrote:

set d to (current date) as string
set r to (do shell script "echo 'puts [clock scan {" & d & "}]' | tclsh")
do shell script "date -r " & r


For your information, on my french system I got this log report:

tell current application
current date
date "samedi 21 octobre 2006 13:43:26"
do shell script "echo 'puts [clock scan {samedi 21 octobre 2006 13:43:26}]' | tclsh"
""
do shell script "date -r "
"date: option requires an argument -- r
usage: date [-nu] [-r seconds] [+format]
date [[[[[cc]yy]mm]dd]hh]mm[.ss]"

Thanks for checking the localization Yvan. How does this work over in France?


set d to ((current date) as «class isot») as string
set r to (do shell script "echo 'puts [clock scan {" & d & "}]' | tclsh")
do shell script "date -r " & r



Philip Aker email@hidden


_______________________________________________ Do not post admin requests to the list. They will be ignored. AppleScript-Users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: Archives: http://lists.apple.com/mailman//archives/applescript-users

This email sent to email@hidden
References: 
 >Mac dates ==> UNIX dates (From: Marc Myers <email@hidden>)
 >Re: Mac dates ==> UNIX dates (From: Philip Aker <email@hidden>)
 >Re: Mac dates ==> UNIX dates (From: Yvan KOENIG <email@hidden>)

  • Prev by Date: High performance way to encode HTML entities
  • Next by Date: Re: Comprehensive Applescript Reference Book (Re: Applescript equivalent of $0 in shell script)
  • Previous by thread: Re: Mac dates ==> UNIX dates
  • Next by thread: Re: Mac dates ==> UNIX dates
  • Index(es):
    • Date
    • Thread