Location returns the IANA location for the schedule.
()
| 164 | |
| 165 | // Location returns the IANA location for the schedule. |
| 166 | func (s Schedule) Location() *time.Location { |
| 167 | return s.sched.Location |
| 168 | } |
| 169 | |
| 170 | // Cron returns the cron spec for the schedule with the leading CRON_TZ |
| 171 | // stripped, if present. |
no outgoing calls