Skip to content

Commit

Permalink
Update MeetupRssParser.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
georgekosmidis authored Sep 12, 2023
1 parent c7b31c2 commit 7f761df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static List<CalendarEvent> Parse(string rssContent)
return events;
}

public DateTime ParseMeetupDateTime(string input)
public static DateTime ParseMeetupDateTime(string input)
{
if (input.Contains("EDT"))
{
Expand Down

0 comments on commit 7f761df

Please sign in to comment.