タグ

ブックマーク / pubs.opengroup.org (1)

  • strftime

    The Open Group Base Specifications Issue 6 IEEE Std 1003.1, 2004 Edition Copyright © 2001-2004 The IEEE and The Open Group, All Rights reserved. NAME strftime - convert date and time to a string SYNOPSIS #include <time.h> size_t strftime(char *restrict s, size_t maxsize, const char *restrict format, const struct tm *restrict timeptr); DESCRIPTION [CX] The functionality described on this reference

    nilab
    nilab 2011/02/13
    日時フォーマットのパラメータ。Ruby で DateTime.strptime パースするときはこれを使うみたい。 strftime - convert date and time to a string
  • 1