This commit is contained in:
Violet Voronetzky 2019-12-01 17:57:31 +02:00
Родитель 587fc2ffbb
Коммит 0a31c7dc51
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -26,7 +26,7 @@ export class Utilities {
/**
* Adds the desired offset (from UTC) to the date, and return a valid Date object
* @param dateStr - The string value that represents the date to transform.
* @param utcOffset - The offset from UTC.
* @param utcOffset - The offset in hours from UTC.
* @returns A valid Date object.
*/
public static getValidDate(dateStr: string, utcOffset: number): Date {