Skip to content

Commit

Permalink
Merge pull request #200 from SainsburyWellcomeCentre/datetime
Browse files Browse the repository at this point in the history
Expose static date time conversion method
  • Loading branch information
glopesdev authored Jan 10, 2024
2 parents 079527b + 4932bf3 commit 6e050f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Aeon.Acquisition/Aeon.Acquisition.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackageTags>Bonsai Rx Project Aeon Acquisition</PackageTags>
<TargetFramework>net472</TargetFramework>
<VersionPrefix>0.5.0</VersionPrefix>
<VersionSuffix>build231205</VersionSuffix>
<VersionSuffix>build240101</VersionSuffix>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Aeon.Acquisition/GetDateTime.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace Aeon.Acquisition
[Description("Converts a sequence of referenced Harp timestamps into system date-time objects.")]
public class GetDateTime
{
static DateTime FromSeconds(double seconds)
public static DateTime FromSeconds(double seconds)
{
return GroupByTime.ReferenceTime.AddSeconds(seconds);
}
Expand Down

0 comments on commit 6e050f5

Please sign in to comment.