Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
When learning about new applications Hoth simply uses the NOW() ColdF…
Browse files Browse the repository at this point in the history
…usion method instead of worrying about EPOCH.
  • Loading branch information
aarongreenlee authored and aliaspooryorik committed May 6, 2011
1 parent ea61d6a commit a6e9606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object/HothApplicationManager.cfc
Expand Up @@ -67,7 +67,7 @@ accessors = true
{
'applicationName' = arguments.HothConfig.getApplicationName()
,'logPath' = arguments.HothConfig.getLogPath()
,'created' = arguments.HothConfig.GetEpochTimeFromLocal()
,'created' = now()
};
arrayAppend(
local.knownApplications
Expand Down

0 comments on commit a6e9606

Please sign in to comment.