LINUX.ORG.RU

История изменений

Исправление GFORGX, (текущая версия) :

А еще можно брать и читать документацию вместо Васянов.

https://pkg.go.dev/time

These are predefined layouts for use in Time.Format and time.Parse. The reference time used in these layouts is the specific time stamp:

01/02 03:04:05PM ’06 -0700

(January 2, 15:04:05, 2006, in time zone seven hours west of GMT).

Исходная версия GFORGX, :

А еще можно брать и читать документацию вместо Васянов.

https://pkg.go.dev/time


01/02 03:04:05PM '06 -0700

(January 2, 15:04:05, 2006, in time zone seven hours west of GMT). That value is recorded as the constant named Layout, listed below. As a Unix time, this is 1136239445. Since MST is GMT-0700, the reference would be printed by the Unix date command as: ```