@@ -29,7 +29,7 @@ <h3>Schedule</h3>
29
29
< h6 class ="highlight "> {{day.theme}}</ h6 >
30
30
</ div >
31
31
< div >
32
- < h8 class ="text-alt "> {{day.date | date:'dd-MM-yyyy':'+0001 '}}</ h8 >
32
+ < h8 class ="text-alt "> {{day.date | date:'dd-MM-yyyy':'+0100 '}}</ h8 >
33
33
</ div >
34
34
</ div >
35
35
</ ng-template >
@@ -52,7 +52,7 @@ <h6 class="highlight">Presentations</h6>
52
52
< div mat-card-avatar > < img appImage [url] ="presentation.img " alt =""> </ div >
53
53
< mat-card-title > < strong class ="time highlight ">
54
54
< span class ="icon icon-office-24 "> </ span >
55
- {{presentation.date | date:'shortTime':'+0001 '}}
55
+ {{presentation.date | date:'shortTime':'+0100 '}}
56
56
< span class ="icon icon-office-47 place "> </ span >
57
57
{{presentation.place}}
58
58
</ strong > </ mat-card-title >
@@ -88,7 +88,7 @@ <h6 class="highlight">Keynotes</h6>
88
88
< mat-card-title >
89
89
< strong class ="time highlight ">
90
90
< span class ="icon icon-office-24 "> </ span >
91
- {{session.date | date:'shortTime':'+0001 '}}
91
+ {{session.date | date:'shortTime':'+0100 '}}
92
92
< span class ="icon icon-office-47 place "> </ span >
93
93
{{session.place}}
94
94
</ strong >
@@ -132,7 +132,7 @@ <h6 class="highlight">Workshops</h6>
132
132
< div mat-card-avatar > < img appImage [url] ="workshop.img " alt =""> </ div >
133
133
< mat-card-title > < strong class ="time highlight ">
134
134
< span class ="icon icon-office-24 "> </ span >
135
- {{workshop.date | date:'shortTime':'+0001 '}}
135
+ {{workshop.date | date:'shortTime':'+0100 '}}
136
136
< span class ="icon icon-office-47 place "> </ span >
137
137
{{workshop.place}}
138
138
</ strong > </ mat-card-title >
@@ -157,13 +157,13 @@ <h6 class="title">{{workshop.name}}</h6>
157
157
<!-- <div class="nav-wrapper" (window:resize)="showOrHideDropdown()">
158
158
<span class="nav-current" (click)="toggleDayDropdown()">
159
159
<h5 class="highlight"> {{ selectedTheme }}</h5>
160
- <p class="text-alt">{{ selectedTime | date:'dd-MM-yyyy':'+0001 '}}</p>
160
+ <p class="text-alt">{{ selectedTime | date:'dd-MM-yyyy':'+0100 '}}</p>
161
161
</span>
162
162
<ul *ngIf="displayDayDropdown" class="nav nav-schedule nav-day">
163
163
<li *ngFor="let day of schedule; let i=index" [ngClass]="{'active': selectedTheme === day.theme}">
164
164
<a (click)="updateSelectedDayText(day.theme, day.date)">
165
165
<h5 class="highlight">{{day.theme}}</h5>
166
- <p class="text-alt">{{day.date | date:'dd-MM-yyyy':'+0001 '}}</p>
166
+ <p class="text-alt">{{day.date | date:'dd-MM-yyyy':'+0100 '}}</p>
167
167
</a>
168
168
</li>
169
169
</ul>
@@ -204,7 +204,7 @@ <h5 class="highlight">{{day.theme}}</h5>
204
204
<a (click)="onSelect(session)" class="schedule-item-header">
205
205
<strong class="time highlight">
206
206
<span class="icon icon-office-24"></span>
207
- {{session.date | date:'shortTime':'+0001 '}}
207
+ {{session.date | date:'shortTime':'+0100 '}}
208
208
<span class="icon icon-office-47 place"></span>
209
209
{{session.place}}
210
210
</strong>
@@ -244,7 +244,7 @@ <h6 class="title">
244
244
<a (click)="onSelect(presentation)" class="schedule-item-header">
245
245
<strong class="time highlight">
246
246
<span class="icon icon-office-24"></span>
247
- {{presentation.date | date:'shortTime':'+0001 '}}
247
+ {{presentation.date | date:'shortTime':'+0100 '}}
248
248
<span class="icon icon-office-47 place"></span>
249
249
{{presentation.place}}
250
250
</strong>
@@ -278,7 +278,7 @@ <h6 class="title">{{presentation.name}}
278
278
<a (click)="onSelect(presentation)" class="schedule-item-header">
279
279
<strong class="time highlight">
280
280
<span class="icon icon-office-24"></span>
281
- {{presentation.date | date:'shortTime':'+0001 '}}
281
+ {{presentation.date | date:'shortTime':'+0100 '}}
282
282
<span class="icon icon-office-47 place"></span>
283
283
{{presentation.place}}
284
284
</strong>
@@ -319,7 +319,7 @@ <h6 class="title">{{presentation.name}}
319
319
<a (click)="onSelect(workshop)" class="schedule-item-header">
320
320
<strong class="time highlight">
321
321
<span class="icon icon-office-24"></span>
322
- {{workshop.date | date:'shortTime':'+0001 '}}
322
+ {{workshop.date | date:'shortTime':'+0100 '}}
323
323
<span class="icon icon-office-47 place"></span>
324
324
{{workshop.place}}
325
325
</strong>
@@ -352,7 +352,7 @@ <h6 class="title">{{workshop.name}}
352
352
<a (click)="onSelect(workshop)" class="schedule-item-header">
353
353
<strong class="time highlight">
354
354
<span class="icon icon-office-24"></span>
355
- {{workshop.date | date:'shortTime':'+0001 '}}
355
+ {{workshop.date | date:'shortTime':'+0100 '}}
356
356
<span class="icon icon-office-47 place"></span>
357
357
{{workshop.place}}
358
358
</strong>
0 commit comments