Retourner au contenu associé (entrée de forum : Résultat de fonction localtime en anglais)
Posté par Stephane COLIN (site web personnel) le 15 septembre 2010 à 23:52. En réponse au message Résultat de fonction localtime en anglais. Évalué à 1.
bigbob@bigbob-laptop:~$ LANG=C perl -e 'use POSIX; my $time_string= strftime("%a",localtime); print "$time_string \n";' Wed
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# Et comme ça, ça te conviendrait ?
Posté par Stephane COLIN (site web personnel) . En réponse au message Résultat de fonction localtime en anglais. Évalué à 1.
bigbob@bigbob-laptop:~$ LANG=C perl -e 'use POSIX; my $time_string= strftime("%a",localtime); print "$time_string \n";'
Wed
A++