File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ $webinars = GotoWebinar::getAllWebinars();
63
63
$webinars = GotoWebinar::getUpcomingWebinars();
64
64
65
65
66
- // Return list of historical Webinars
66
+ // Return list of historical Webinars - date format standard: W3C - ISO 8601
67
67
$dateRange = [ 'fromTime' => "2016-01-01T01:00:00Z",
68
68
'toTime' => "2016-03-23T20:00:00Z", ];
69
69
@@ -74,7 +74,7 @@ $webinars = GotoWebinar::getHistoricalWebinars( $dateRange );
74
74
$webinar = GotoWebinar::getWebinar( $webinarKey );
75
75
76
76
77
- // Create a Webinar
77
+ // Create a Webinar - date format standard: W3C - ISO 8601
78
78
$webinar = [ 'subject' => 'API Test 2',
79
79
'description' => 'This Webinar is created via the API',
80
80
'startTime' => "2016-03-23T19:00:00Z",
You can’t perform that action at this time.
0 commit comments